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' => 0,
13
    'generalDesc' => [
14
        'pattern' => '[1359]\\d{2,3}',
15
        'posLength' => [
16
            3,
17
            4,
18
        ],
19
    ],
20
    'tollFree' => [
21
        'pattern' => '112|911',
22
        'example' => '112',
23
        'posLength' => [
24
            3,
25
        ],
26
    ],
27
    'premiumRate' => [
28
        'posLength' => [
29
            -1,
30
        ],
31
    ],
32
    'emergency' => [
33
        'pattern' => '112|911',
34
        'example' => '112',
35
        'posLength' => [
36
            3,
37
        ],
38
    ],
39
    'shortCode' => [
40
        'pattern' => '1(?:0(?:00|15|2[2-4679])|1(?:1[0-35-9]|2|37|[46]6|7[57]|8[79]|9[0-379])|2(?:00|[12]2|34|55)|3(?:21|33)|4(?:0[06]|1[4-6])|5(?:15|5[15])|693|7(?:00|1[7-9]|2[02]|[67]7)|975)|3855|5(?:0(?:30|49)|510)|911',
41
        'example' => '112',
42
    ],
43
    'standardRate' => [
44
        'posLength' => [
45
            -1,
46
        ],
47
    ],
48
    'carrierSpecific' => [
49
        'posLength' => [
50
            -1,
51
        ],
52
    ],
53
    'smsServices' => [
54
        'pattern' => '(?:385|5(?:0[34]|51))\\d',
55
        'example' => '3850',
56
        'posLength' => [
57
            4,
58
        ],
59
    ],
60
    'internationalPrefix' => '',
61
    'numberFormat' => [],
62
];