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' => 'AR',
12
    'countryCode' => 0,
13
    'generalDesc' => [
14
        'pattern' => '[01389]\\d{1,4}',
15
        'posLength' => [
16
            2,
17
            3,
18
            4,
19
            5,
20
        ],
21
    ],
22
    'tollFree' => [
23
        'pattern' => '000|1(?:0[0-35-7]|1[0245]|2[015]|3[47]|4[478]|9)|911',
24
        'example' => '19',
25
        'posLength' => [
26
            2,
27
            3,
28
        ],
29
    ],
30
    'premiumRate' => [
31
        'posLength' => [
32
            -1,
33
        ],
34
    ],
35
    'emergency' => [
36
        'pattern' => '10[017]|911',
37
        'example' => '100',
38
        'posLength' => [
39
            3,
40
        ],
41
    ],
42
    'shortCode' => [
43
        'pattern' => '000|1(?:0[0-35-7]|1[02-5]|2[015]|3[47]|4[478]|9)|3372|89338|911',
44
        'example' => '19',
45
    ],
46
    'standardRate' => [
47
        'posLength' => [
48
            -1,
49
        ],
50
    ],
51
    'carrierSpecific' => [
52
        'pattern' => '893\\d\\d',
53
        'example' => '89300',
54
        'posLength' => [
55
            5,
56
        ],
57
    ],
58
    'smsServices' => [
59
        'pattern' => '(?:337|893\\d)\\d',
60
        'example' => '3370',
61
        'posLength' => [
62
            4,
63
            5,
64
        ],
65
    ],
66
    'internationalPrefix' => '',
67
    'numberFormat' => [],
68
];