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' => 'LR',
'countryCode' => 231,
'generalDesc' => [
'pattern' => '(?:[245]\\d|33|77|88)\\d{7}|(?:2\\d|[4-6])\\d{6}',
'posLength' => [
7,
8,
9,
],
],
'fixedLine' => [
'pattern' => '2\\d{7}',
'example' => '21234567',
'posLength' => [
8,
],
],
'mobile' => [
'pattern' => '(?:(?:(?:22|33)0|555|(?:77|88)\\d)\\d|4(?:240|[67]))\\d{5}|[56]\\d{6}',
'example' => '770123456',
'posLength' => [
7,
9,
],
],
'tollFree' => [
'posLength' => [
-1,
],
],
'premiumRate' => [
'pattern' => '332(?:02|[34]\\d)\\d{4}',
'example' => '332021234',
'posLength' => [
9,
],
],
'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{3})(\\d{3})',
'format' => '$1 $2 $3',
'leadingDigitsPatterns' => [
'4[67]|[56]',
],
'nationalPrefixFormattingRule' => '0$1',
'domesticCarrierCodeFormattingRule' => '',
],
[
'pattern' => '(\\d{2})(\\d{3})(\\d{3})',
'format' => '$1 $2 $3',
'leadingDigitsPatterns' => [
'2',
],
'nationalPrefixFormattingRule' => '0$1',
'domesticCarrierCodeFormattingRule' => '',
],
[
'pattern' => '(\\d{2})(\\d{3})(\\d{4})',
'format' => '$1 $2 $3',
'leadingDigitsPatterns' => [
'[2-578]',
],
'nationalPrefixFormattingRule' => '0$1',
'domesticCarrierCodeFormattingRule' => '',
],
],
];