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' => 'NU',
12
    'countryCode' => 0,
13
    'generalDesc' => [
14
        'pattern' => '[019]\\d\\d',
15
        'posLength' => [
16
            3,
17
        ],
18
    ],
19
    'tollFree' => [
20
        'pattern' => '999',
21
        'example' => '999',
22
    ],
23
    'premiumRate' => [
24
        'posLength' => [
25
            -1,
26
        ],
27
    ],
28
    'emergency' => [
29
        'pattern' => '999',
30
        'example' => '999',
31
    ],
32
    'shortCode' => [
33
        'pattern' => '01[05]|101|999',
34
        'example' => '010',
35
    ],
36
    'standardRate' => [
37
        'posLength' => [
38
            -1,
39
        ],
40
    ],
41
    'carrierSpecific' => [
42
        'pattern' => '010',
43
        'example' => '010',
44
    ],
45
    'smsServices' => [
46
        'posLength' => [
47
            -1,
48
        ],
49
    ],
50
    'internationalPrefix' => '',
51
    'numberFormat' => [],
52
];