AutorÃa | Ultima modificación | Ver Log |
<?php
/**
* libphonenumber-for-php-lite data file
* This file has been @generated from libphonenumber data
* Do not modify!
* @internal
*/
return [
'id' => 'SR',
'countryCode' => 597,
'generalDesc' => [
'pattern' => '(?:[2-5]|68|[78]\\d)\\d{5}',
'posLength' => [
6,
7,
],
],
'fixedLine' => [
'pattern' => '(?:2[1-3]|3[0-7]|(?:4|68)\\d|5[2-58])\\d{4}',
'example' => '211234',
],
'mobile' => [
'pattern' => '(?:7[124-7]|8[1-9])\\d{5}',
'example' => '7412345',
'posLength' => [
7,
],
],
'tollFree' => [
'posLength' => [
-1,
],
],
'premiumRate' => [
'posLength' => [
-1,
],
],
'sharedCost' => [
'posLength' => [
-1,
],
],
'personalNumber' => [
'posLength' => [
-1,
],
],
'voip' => [
'pattern' => '56\\d{4}',
'example' => '561234',
'posLength' => [
6,
],
],
'pager' => [
'posLength' => [
-1,
],
],
'uan' => [
'posLength' => [
-1,
],
],
'voicemail' => [
'posLength' => [
-1,
],
],
'noInternationalDialling' => [
'posLength' => [
-1,
],
],
'internationalPrefix' => '00',
'numberFormat' => [
[
'pattern' => '(\\d{2})(\\d{2})(\\d{2})',
'format' => '$1-$2-$3',
'leadingDigitsPatterns' => [
'56',
],
'nationalPrefixFormattingRule' => '',
'domesticCarrierCodeFormattingRule' => '',
],
[
'pattern' => '(\\d{3})(\\d{3})',
'format' => '$1-$2',
'leadingDigitsPatterns' => [
'[2-5]',
],
'nationalPrefixFormattingRule' => '',
'domesticCarrierCodeFormattingRule' => '',
],
[
'pattern' => '(\\d{3})(\\d{4})',
'format' => '$1-$2',
'leadingDigitsPatterns' => [
'[6-8]',
],
'nationalPrefixFormattingRule' => '',
'domesticCarrierCodeFormattingRule' => '',
],
],
];