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' => 683,
13
    'generalDesc' => [
14
        'pattern' => '(?:[4-7]|888\\d)\\d{3}',
15
        'posLength' => [
16
            4,
17
            7,
18
        ],
19
    ],
20
    'fixedLine' => [
21
        'pattern' => '[47]\\d{3}',
22
        'example' => '7012',
23
        'posLength' => [
24
            4,
25
        ],
26
    ],
27
    'mobile' => [
28
        'pattern' => '(?:[56]|888[1-9])\\d{3}',
29
        'example' => '8884012',
30
    ],
31
    'tollFree' => [
32
        'posLength' => [
33
            -1,
34
        ],
35
    ],
36
    'premiumRate' => [
37
        'posLength' => [
38
            -1,
39
        ],
40
    ],
41
    'sharedCost' => [
42
        'posLength' => [
43
            -1,
44
        ],
45
    ],
46
    'personalNumber' => [
47
        'posLength' => [
48
            -1,
49
        ],
50
    ],
51
    'voip' => [
52
        'posLength' => [
53
            -1,
54
        ],
55
    ],
56
    'pager' => [
57
        'posLength' => [
58
            -1,
59
        ],
60
    ],
61
    'uan' => [
62
        'posLength' => [
63
            -1,
64
        ],
65
    ],
66
    'voicemail' => [
67
        'posLength' => [
68
            -1,
69
        ],
70
    ],
71
    'noInternationalDialling' => [
72
        'posLength' => [
73
            -1,
74
        ],
75
    ],
76
    'internationalPrefix' => '00',
77
    'numberFormat' => [
78
        [
79
            'pattern' => '(\\d{3})(\\d{4})',
80
            'format' => '$1 $2',
81
            'leadingDigitsPatterns' => [
82
                '8',
83
            ],
84
            'nationalPrefixFormattingRule' => '',
85
            'domesticCarrierCodeFormattingRule' => '',
86
        ],
87
    ],
88
];