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' => 'CR',
'countryCode' => 506,
'generalDesc' => [
'pattern' => '(?:8\\d|90)\\d{8}|(?:[24-8]\\d{3}|3005)\\d{4}',
'posLength' => [
8,
10,
],
],
'fixedLine' => [
'pattern' => '210[7-9]\\d{4}|2(?:[024-7]\\d|1[1-9])\\d{5}',
'example' => '22123456',
'posLength' => [
8,
],
],
'mobile' => [
'pattern' => '(?:3005\\d|6500[01])\\d{3}|(?:5[07]|6[0-4]|7[0-3]|8[3-9])\\d{6}',
'example' => '83123456',
'posLength' => [
8,
],
],
'tollFree' => [
'pattern' => '800\\d{7}',
'example' => '8001234567',
'posLength' => [
10,
],
],
'premiumRate' => [
'pattern' => '90[059]\\d{7}',
'example' => '9001234567',
'posLength' => [
10,
],
],
'sharedCost' => [
'posLength' => [
-1,
],
],
'personalNumber' => [
'posLength' => [
-1,
],
],
'voip' => [
'pattern' => '(?:210[0-6]|4\\d{3}|5100)\\d{4}',
'example' => '40001234',
'posLength' => [
8,
],
],
'pager' => [
'posLength' => [
-1,
],
],
'uan' => [
'posLength' => [
-1,
],
],
'voicemail' => [
'posLength' => [
-1,
],
],
'noInternationalDialling' => [
'posLength' => [
-1,
],
],
'internationalPrefix' => '00',
'nationalPrefixForParsing' => '(19(?:0[0-2468]|1[09]|20|66|77|99))',
'numberFormat' => [
[
'pattern' => '(\\d{4})(\\d{4})',
'format' => '$1 $2',
'leadingDigitsPatterns' => [
'[2-7]|8[3-9]',
],
'nationalPrefixFormattingRule' => '',
'domesticCarrierCodeFormattingRule' => '$CC $1',
],
[
'pattern' => '(\\d{3})(\\d{3})(\\d{4})',
'format' => '$1-$2-$3',
'leadingDigitsPatterns' => [
'[89]',
],
'nationalPrefixFormattingRule' => '',
'domesticCarrierCodeFormattingRule' => '$CC $1',
],
],
];