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' => 'NZ',
12
    'countryCode' => 0,
13
    'generalDesc' => [
14
        'pattern' => '\\d{3,4}',
15
        'posLength' => [
16
            3,
17
            4,
18
        ],
19
    ],
20
    'tollFree' => [
21
        'pattern' => '111',
22
        'example' => '111',
23
        'posLength' => [
24
            3,
25
        ],
26
    ],
27
    'premiumRate' => [
28
        'pattern' => '018',
29
        'example' => '018',
30
        'posLength' => [
31
            3,
32
        ],
33
    ],
34
    'emergency' => [
35
        'pattern' => '111',
36
        'example' => '111',
37
        'posLength' => [
38
            3,
39
        ],
40
    ],
41
    'shortCode' => [
42
        'pattern' => '018|1(?:(?:1|37)1|(?:23|94)4|7[03]7)|[2-57-9]\\d{2,3}|6(?:161|26[0-3]|742)',
43
        'example' => '018',
44
    ],
45
    'standardRate' => [
46
        'posLength' => [
47
            -1,
48
        ],
49
    ],
50
    'carrierSpecific' => [
51
        'posLength' => [
52
            -1,
53
        ],
54
    ],
55
    'smsServices' => [
56
        'pattern' => '018|(?:1(?:23|37|7[03]|94)|6(?:[12]6|74))\\d|[2-57-9]\\d{2,3}',
57
        'example' => '018',
58
    ],
59
    'internationalPrefix' => '',
60
    'numberFormat' => [],
61
];