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