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' => 'NC',
12
    'countryCode' => 0,
13
    'generalDesc' => [
14
        'pattern' => '[135]\\d{1,3}',
15
        'posLength' => [
16
            2,
17
            3,
18
            4,
19
        ],
20
    ],
21
    'tollFree' => [
22
        'pattern' => '1(?:0(?:00|1[23]|3[0-2]|8\\d)|[5-8])|363\\d|577',
23
        'example' => '15',
24
    ],
25
    'premiumRate' => [
26
        'posLength' => [
27
            -1,
28
        ],
29
    ],
30
    'emergency' => [
31
        'pattern' => '1[5-8]',
32
        'example' => '15',
33
        'posLength' => [
34
            2,
35
        ],
36
    ],
37
    'shortCode' => [
38
        'pattern' => '1(?:0(?:0[06]|1[02-46]|20|3[0-25]|42|5[058]|77|88)|[5-8])|3631|5[6-8]\\d',
39
        'example' => '15',
40
    ],
41
    'standardRate' => [
42
        'pattern' => '5(?:67|88)',
43
        'example' => '567',
44
        'posLength' => [
45
            3,
46
        ],
47
    ],
48
    'carrierSpecific' => [
49
        'posLength' => [
50
            -1,
51
        ],
52
    ],
53
    'smsServices' => [
54
        'posLength' => [
55
            -1,
56
        ],
57
    ],
58
    'internationalPrefix' => '',
59
    'numberFormat' => [],
60
];