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' => 800,
'generalDesc' => [
'pattern' => '(?:00|[1-9]\\d)\\d{6}',
'posLength' => [
8,
],
],
'fixedLine' => [
'posLength' => [
-1,
],
],
'mobile' => [
'posLength' => [
-1,
],
],
'tollFree' => [
'pattern' => '(?:00|[1-9]\\d)\\d{6}',
'example' => '12345678',
],
'premiumRate' => [
'posLength' => [
-1,
],
],
'sharedCost' => [
'posLength' => [
-1,
],
],
'personalNumber' => [
'posLength' => [
-1,
],
],
'voip' => [
'posLength' => [
-1,
],
],
'pager' => [
'posLength' => [
-1,
],
],
'uan' => [
'posLength' => [
-1,
],
],
'voicemail' => [
'posLength' => [
-1,
],
],
'noInternationalDialling' => [
'posLength' => [
-1,
],
],
'internationalPrefix' => '',
'sameMobileAndFixedLinePattern' => true,
'numberFormat' => [
[
'pattern' => '(\\d{4})(\\d{4})',
'format' => '$1 $2',
'leadingDigitsPatterns' => [
'\\d',
],
'nationalPrefixFormattingRule' => '',
'domesticCarrierCodeFormattingRule' => '',
],
],
];