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