Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/
Upload File :
Current File : //home/rtorresani/www/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/IO.php

<?php

return [
    'code' => '246',
    'patterns' => [
        'national' => [
            'general' => '/^3\\d{6}$/',
            'fixed' => '/^37\\d{5}$/',
            'mobile' => '/^38\\d{5}$/',
        ],
        'possible' => [
            'general' => '/^\\d{7}$/',
        ],
    ],
];