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' => 'CI',
'countryCode' => 225,
'generalDesc' => [
'pattern' => '[02]\\d{9}',
'posLength' => [
10,
],
],
'fixedLine' => [
'pattern' => '2(?:[15]\\d{3}|7(?:2(?:0[23]|1[2357]|2[245]|3[45]|4[3-5])|3(?:06|1[69]|[2-6]7)))\\d{5}',
'example' => '2123456789',
],
'mobile' => [
'pattern' => '0[157]\\d{8}',
'example' => '0123456789',
],
'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{2})(\\d{2})(\\d)(\\d{5})',
'format' => '$1 $2 $3 $4',
'leadingDigitsPatterns' => [
'2',
],
'nationalPrefixFormattingRule' => '',
'domesticCarrierCodeFormattingRule' => '',
],
[
'pattern' => '(\\d{2})(\\d{2})(\\d{2})(\\d{4})',
'format' => '$1 $2 $3 $4',
'leadingDigitsPatterns' => [
'0',
],
'nationalPrefixFormattingRule' => '',
'domesticCarrierCodeFormattingRule' => '',
],
],
];