Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
<?php
2
 
3
/**
4
 * libphonenumber-for-php-lite data file
5
 * This file has been @generated from libphonenumber data
6
 * Do not modify!
7
 * @internal
8
 */
9
 
10
return [
11
    'id' => 'CR',
12
    'countryCode' => 506,
13
    'generalDesc' => [
14
        'pattern' => '(?:8\\d|90)\\d{8}|(?:[24-8]\\d{3}|3005)\\d{4}',
15
        'posLength' => [
16
            8,
17
            10,
18
        ],
19
    ],
20
    'fixedLine' => [
21
        'pattern' => '210[7-9]\\d{4}|2(?:[024-7]\\d|1[1-9])\\d{5}',
22
        'example' => '22123456',
23
        'posLength' => [
24
            8,
25
        ],
26
    ],
27
    'mobile' => [
28
        'pattern' => '(?:3005\\d|6500[01])\\d{3}|(?:5[07]|6[0-4]|7[0-3]|8[3-9])\\d{6}',
29
        'example' => '83123456',
30
        'posLength' => [
31
            8,
32
        ],
33
    ],
34
    'tollFree' => [
35
        'pattern' => '800\\d{7}',
36
        'example' => '8001234567',
37
        'posLength' => [
38
            10,
39
        ],
40
    ],
41
    'premiumRate' => [
42
        'pattern' => '90[059]\\d{7}',
43
        'example' => '9001234567',
44
        'posLength' => [
45
            10,
46
        ],
47
    ],
48
    'sharedCost' => [
49
        'posLength' => [
50
            -1,
51
        ],
52
    ],
53
    'personalNumber' => [
54
        'posLength' => [
55
            -1,
56
        ],
57
    ],
58
    'voip' => [
59
        'pattern' => '(?:210[0-6]|4\\d{3}|5100)\\d{4}',
60
        'example' => '40001234',
61
        'posLength' => [
62
            8,
63
        ],
64
    ],
65
    'pager' => [
66
        'posLength' => [
67
            -1,
68
        ],
69
    ],
70
    'uan' => [
71
        'posLength' => [
72
            -1,
73
        ],
74
    ],
75
    'voicemail' => [
76
        'posLength' => [
77
            -1,
78
        ],
79
    ],
80
    'noInternationalDialling' => [
81
        'posLength' => [
82
            -1,
83
        ],
84
    ],
85
    'internationalPrefix' => '00',
86
    'nationalPrefixForParsing' => '(19(?:0[0-2468]|1[09]|20|66|77|99))',
87
    'numberFormat' => [
88
        [
89
            'pattern' => '(\\d{4})(\\d{4})',
90
            'format' => '$1 $2',
91
            'leadingDigitsPatterns' => [
92
                '[2-7]|8[3-9]',
93
            ],
94
            'nationalPrefixFormattingRule' => '',
95
            'domesticCarrierCodeFormattingRule' => '$CC $1',
96
        ],
97
        [
98
            'pattern' => '(\\d{3})(\\d{3})(\\d{4})',
99
            'format' => '$1-$2-$3',
100
            'leadingDigitsPatterns' => [
101
                '[89]',
102
            ],
103
            'nationalPrefixFormattingRule' => '',
104
            'domesticCarrierCodeFormattingRule' => '$CC $1',
105
        ],
106
    ],
107
];