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' => 'EG',
'countryCode' => 20,
'generalDesc' => [
'pattern' => '[189]\\d{8,9}|[24-6]\\d{8}|[135]\\d{7}',
'posLength' => [
8,
9,
10,
],
'posLengthLocal' => [
6,
7,
],
],
'fixedLine' => [
'pattern' => '13[23]\\d{6}|(?:15|57)\\d{6,7}|(?:2\\d|3|4[05-8]|5[05]|6[24-689]|8[2468]|9[235-7])\\d{7}',
'example' => '234567890',
'posLength' => [
8,
9,
],
'posLengthLocal' => [
6,
7,
],
],
'mobile' => [
'pattern' => '1[0-25]\\d{8}',
'example' => '1001234567',
'posLength' => [
10,
],
],
'tollFree' => [
'pattern' => '800\\d{7}',
'example' => '8001234567',
'posLength' => [
10,
],
],
'premiumRate' => [
'pattern' => '900\\d{7}',
'example' => '9001234567',
'posLength' => [
10,
],
],
'sharedCost' => [
'posLength' => [
-1,
],
],
'personalNumber' => [
'posLength' => [
-1,
],
],
'voip' => [
'posLength' => [
-1,
],
],
'pager' => [
'posLength' => [
-1,
],
],
'uan' => [
'posLength' => [
-1,
],
],
'voicemail' => [
'posLength' => [
-1,
],
],
'noInternationalDialling' => [
'posLength' => [
-1,
],
],
'internationalPrefix' => '00',
'nationalPrefix' => '0',
'nationalPrefixForParsing' => '0',
'numberFormat' => [
[
'pattern' => '(\\d)(\\d{7,8})',
'format' => '$1 $2',
'leadingDigitsPatterns' => [
'[23]',
],
'nationalPrefixFormattingRule' => '0$1',
'domesticCarrierCodeFormattingRule' => '',
],
[
'pattern' => '(\\d{2})(\\d{6,7})',
'format' => '$1 $2',
'leadingDigitsPatterns' => [
'1[35]|[4-6]|8[2468]|9[235-7]',
],
'nationalPrefixFormattingRule' => '0$1',
'domesticCarrierCodeFormattingRule' => '',
],
[
'pattern' => '(\\d{3})(\\d{3})(\\d{4})',
'format' => '$1 $2 $3',
'leadingDigitsPatterns' => [
'[89]',
],
'nationalPrefixFormattingRule' => '0$1',
'domesticCarrierCodeFormattingRule' => '',
],
[
'pattern' => '(\\d{2})(\\d{8})',
'format' => '$1 $2',
'leadingDigitsPatterns' => [
'1',
],
'nationalPrefixFormattingRule' => '0$1',
'domesticCarrierCodeFormattingRule' => '',
],
],
'mobileNumberPortableRegion' => true,
];