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' => 'PT',
12
    'countryCode' => 0,
13
    'generalDesc' => [
14
        'pattern' => '1\\d\\d(?:\\d(?:\\d{2})?)?',
15
        'posLength' => [
16
            3,
17
            4,
18
            6,
19
        ],
20
    ],
21
    'tollFree' => [
22
        'pattern' => '11[257]|1(?:16\\d\\d|5[1589]|8[279])\\d',
23
        'example' => '112',
24
    ],
25
    'premiumRate' => [
26
        'posLength' => [
27
            -1,
28
        ],
29
    ],
30
    'emergency' => [
31
        'pattern' => '11[25]',
32
        'example' => '112',
33
        'posLength' => [
34
            3,
35
        ],
36
    ],
37
    'shortCode' => [
38
        'pattern' => '1(?:0(?:45|5[01])|1(?:[2578]|600[06])|4(?:1[45]|4)|583|6(?:1[0236]|3[02]|9[169]))|1(?:1611|59)1|1[068]78|1[08]9[16]|1(?:0[1-38]|40|5[15]|6[258]|82)0',
39
        'example' => '112',
40
    ],
41
    'standardRate' => [
42
        'posLength' => [
43
            -1,
44
        ],
45
    ],
46
    'carrierSpecific' => [
47
        'posLength' => [
48
            -1,
49
        ],
50
    ],
51
    'smsServices' => [
52
        'posLength' => [
53
            -1,
54
        ],
55
    ],
56
    'internationalPrefix' => '',
57
    'numberFormat' => [],
58
];