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' => 'NE',
12
    'countryCode' => 0,
13
    'generalDesc' => [
14
        'pattern' => '[1-3578]\\d(?:\\d(?:\\d{3})?)?',
15
        'posLength' => [
16
            2,
17
            3,
18
            6,
19
        ],
20
    ],
21
    'tollFree' => [
22
        'pattern' => '1(?:18|[578])|723\\d{3}',
23
        'example' => '15',
24
    ],
25
    'premiumRate' => [
26
        'posLength' => [
27
            -1,
28
        ],
29
    ],
30
    'emergency' => [
31
        'pattern' => '1(?:18|[578])|723141',
32
        'example' => '15',
33
    ],
34
    'shortCode' => [
35
        'pattern' => '1(?:0[01]|1[128]|2[034]|3[013]|[46]0|55?|[78])|222|333|555|723141|888',
36
        'example' => '15',
37
    ],
38
    'standardRate' => [
39
        'posLength' => [
40
            -1,
41
        ],
42
    ],
43
    'carrierSpecific' => [
44
        'pattern' => '1(?:0[01]|1[12]|2[034]|3[013]|[46]0|55)|222|333|555|888',
45
        'example' => '100',
46
        'posLength' => [
47
            3,
48
        ],
49
    ],
50
    'smsServices' => [
51
        'posLength' => [
52
            -1,
53
        ],
54
    ],
55
    'internationalPrefix' => '',
56
    'numberFormat' => [],
57
];