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' => '001',
'countryCode' => 878,
'generalDesc' => [
'pattern' => '10\\d{10}',
'posLength' => [
12,
],
],
'fixedLine' => [
'posLength' => [
-1,
],
],
'mobile' => [
'posLength' => [
-1,
],
],
'tollFree' => [
'posLength' => [
-1,
],
],
'premiumRate' => [
'posLength' => [
-1,
],
],
'sharedCost' => [
'posLength' => [
-1,
],
],
'personalNumber' => [
'posLength' => [
-1,
],
],
'voip' => [
'pattern' => '10\\d{10}',
'example' => '101234567890',
],
'pager' => [
'posLength' => [
-1,
],
],
'uan' => [
'posLength' => [
-1,
],
],
'voicemail' => [
'posLength' => [
-1,
],
],
'noInternationalDialling' => [
'posLength' => [
-1,
],
],
'internationalPrefix' => '',
'sameMobileAndFixedLinePattern' => true,
'numberFormat' => [
[
'pattern' => '(\\d{2})(\\d{5})(\\d{5})',
'format' => '$1 $2 $3',
'leadingDigitsPatterns' => [
'1',
],
'nationalPrefixFormattingRule' => '',
'domesticCarrierCodeFormattingRule' => '',
],
],
];