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' => 'AO',
'countryCode' => 244,
'generalDesc' => [
'pattern' => '[29]\\d{8}',
'posLength' => [
9,
],
],
'fixedLine' => [
'pattern' => '2\\d(?:[0134][25-9]|[25-9]\\d)\\d{5}',
'example' => '222123456',
],
'mobile' => [
'pattern' => '9[1-79]\\d{7}',
'example' => '923123456',
],
'tollFree' => [
'posLength' => [
-1,
],
],
'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' => '00',
'numberFormat' => [
[
'pattern' => '(\\d{3})(\\d{3})(\\d{3})',
'format' => '$1 $2 $3',
'leadingDigitsPatterns' => [
'[29]',
],
'nationalPrefixFormattingRule' => '',
'domesticCarrierCodeFormattingRule' => '',
],
],
];