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' => 'CA',
12
    'countryCode' => 0,
13
    'generalDesc' => [
14
        'pattern' => '[1-9]\\d\\d(?:\\d{2,3})?',
15
        'posLength' => [
16
            3,
17
            5,
18
            6,
19
        ],
20
    ],
21
    'tollFree' => [
22
        'pattern' => '112|988|[29]11',
23
        'example' => '112',
24
        'posLength' => [
25
            3,
26
        ],
27
    ],
28
    'premiumRate' => [
29
        'posLength' => [
30
            -1,
31
        ],
32
    ],
33
    'emergency' => [
34
        'pattern' => '112|911',
35
        'example' => '112',
36
        'posLength' => [
37
            3,
38
        ],
39
    ],
40
    'shortCode' => [
41
        'pattern' => '[1-35-9]\\d{4,5}|112|[2-8]11|9(?:11|88)',
42
        'example' => '112',
43
    ],
44
    'standardRate' => [
45
        'posLength' => [
46
            -1,
47
        ],
48
    ],
49
    'carrierSpecific' => [
50
        'pattern' => '[235-7]11',
51
        'example' => '211',
52
        'posLength' => [
53
            3,
54
        ],
55
    ],
56
    'smsServices' => [
57
        'pattern' => '[1-35-9]\\d{4,5}',
58
        'example' => '10000',
59
        'posLength' => [
60
            5,
61
            6,
62
        ],
63
    ],
64
    'internationalPrefix' => '',
65
    'numberFormat' => [],
66
];