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' => 'AT',
12
    'countryCode' => 0,
13
    'generalDesc' => [
14
        'pattern' => '[1268]\\d\\d(?:\\d(?:\\d{2})?)?',
15
        'posLength' => [
16
            3,
17
            4,
18
            6,
19
        ],
20
    ],
21
    'tollFree' => [
22
        'pattern' => '1(?:12|2[0238]|3[03]|4[0-247])|1(?:16\\d\\d|4[58])\\d',
23
        'example' => '112',
24
    ],
25
    'premiumRate' => [
26
        'posLength' => [
27
            -1,
28
        ],
29
    ],
30
    'emergency' => [
31
        'pattern' => '1(?:[12]2|33|44)',
32
        'example' => '112',
33
        'posLength' => [
34
            3,
35
        ],
36
    ],
37
    'shortCode' => [
38
        'pattern' => '1(?:1(?:2|6(?:00[06]|1(?:17|23)))|2[0238]|3[03]|4(?:[0-247]|5[05]|84))|(?:220|61|8108[1-3])0',
39
        'example' => '112',
40
    ],
41
    'standardRate' => [
42
        'posLength' => [
43
            -1,
44
        ],
45
    ],
46
    'carrierSpecific' => [
47
        'pattern' => '(?:220|810\\d\\d)\\d|610',
48
        'example' => '610',
49
    ],
50
    'smsServices' => [
51
        'posLength' => [
52
            -1,
53
        ],
54
    ],
55
    'internationalPrefix' => '',
56
    'numberFormat' => [],
57
];