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' => 'NO',
12
    'countryCode' => 0,
13
    'generalDesc' => [
14
        'pattern' => '[01]\\d{2,5}',
15
        'posLength' => [
16
            3,
17
            4,
18
            5,
19
            6,
20
        ],
21
    ],
22
    'tollFree' => [
23
        'pattern' => '11(?:[023]|6\\d{3})',
24
        'example' => '110',
25
        'posLength' => [
26
            3,
27
            6,
28
        ],
29
    ],
30
    'premiumRate' => [
31
        'posLength' => [
32
            -1,
33
        ],
34
    ],
35
    'emergency' => [
36
        'pattern' => '11[023]',
37
        'example' => '110',
38
        'posLength' => [
39
            3,
40
        ],
41
    ],
42
    'shortCode' => [
43
        'pattern' => '04\\d{3}|1(?:1(?:[0239]|61(?:1[17]|23))|2[048]|4(?:12|[59])|7[57]|8\\d\\d|90)',
44
        'example' => '110',
45
    ],
46
    'standardRate' => [
47
        'posLength' => [
48
            -1,
49
        ],
50
    ],
51
    'carrierSpecific' => [
52
        'posLength' => [
53
            -1,
54
        ],
55
    ],
56
    'smsServices' => [
57
        'pattern' => '04\\d{3}',
58
        'example' => '04000',
59
        'posLength' => [
60
            5,
61
        ],
62
    ],
63
    'internationalPrefix' => '',
64
    'numberFormat' => [],
65
];