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' => 'CF',
'countryCode' => 236,
'generalDesc' => [
'pattern' => '(?:[27]\\d{3}|8776)\\d{4}',
'posLength' => [
8,
],
],
'fixedLine' => [
'pattern' => '2[12]\\d{6}',
'example' => '21612345',
],
'mobile' => [
'pattern' => '7[024-7]\\d{6}',
'example' => '70012345',
],
'tollFree' => [
'posLength' => [
-1,
],
],
'premiumRate' => [
'pattern' => '8776\\d{4}',
'example' => '87761234',
],
'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{2})(\\d{2})(\\d{2})(\\d{2})',
'format' => '$1 $2 $3 $4',
'leadingDigitsPatterns' => [
'[278]',
],
'nationalPrefixFormattingRule' => '',
'domesticCarrierCodeFormattingRule' => '',
],
],
];