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' => 'TO',
12
    'countryCode' => 676,
13
    'generalDesc' => [
14
        'pattern' => '(?:0800|(?:[5-8]\\d\\d|999)\\d)\\d{3}|[2-8]\\d{4}',
15
        'posLength' => [
16
            5,
17
            7,
18
        ],
19
    ],
20
    'fixedLine' => [
21
        'pattern' => '(?:2\\d|3[0-8]|4[0-4]|50|6[09]|7[0-24-69]|8[05])\\d{3}',
22
        'example' => '20123',
23
        'posLength' => [
24
            5,
25
        ],
26
    ],
27
    'mobile' => [
28
        'pattern' => '(?:5(?:4[0-5]|5[4-6])|6(?:[09]\\d|3[02]|8[15-9])|(?:7\\d|8[46-9])\\d|999)\\d{4}',
29
        'example' => '7715123',
30
        'posLength' => [
31
            7,
32
        ],
33
    ],
34
    'tollFree' => [
35
        'pattern' => '0800\\d{3}',
36
        'example' => '0800222',
37
        'posLength' => [
38
            7,
39
        ],
40
    ],
41
    'premiumRate' => [
42
        'posLength' => [
43
            -1,
44
        ],
45
    ],
46
    'sharedCost' => [
47
        'posLength' => [
48
            -1,
49
        ],
50
    ],
51
    'personalNumber' => [
52
        'posLength' => [
53
            -1,
54
        ],
55
    ],
56
    'voip' => [
57
        'pattern' => '55[0-37-9]\\d{4}',
58
        'example' => '5510123',
59
        'posLength' => [
60
            7,
61
        ],
62
    ],
63
    'pager' => [
64
        'posLength' => [
65
            -1,
66
        ],
67
    ],
68
    'uan' => [
69
        'posLength' => [
70
            -1,
71
        ],
72
    ],
73
    'voicemail' => [
74
        'posLength' => [
75
            -1,
76
        ],
77
    ],
78
    'noInternationalDialling' => [
79
        'posLength' => [
80
            -1,
81
        ],
82
    ],
83
    'internationalPrefix' => '00',
84
    'numberFormat' => [
85
        [
86
            'pattern' => '(\\d{2})(\\d{3})',
87
            'format' => '$1-$2',
88
            'leadingDigitsPatterns' => [
89
                '[2-4]|50|6[09]|7[0-24-69]|8[05]',
90
            ],
91
            'nationalPrefixFormattingRule' => '',
92
            'domesticCarrierCodeFormattingRule' => '',
93
        ],
94
        [
95
            'pattern' => '(\\d{4})(\\d{3})',
96
            'format' => '$1 $2',
97
            'leadingDigitsPatterns' => [
98
                '0',
99
            ],
100
            'nationalPrefixFormattingRule' => '',
101
            'domesticCarrierCodeFormattingRule' => '',
102
        ],
103
        [
104
            'pattern' => '(\\d{3})(\\d{4})',
105
            'format' => '$1 $2',
106
            'leadingDigitsPatterns' => [
107
                '[5-9]',
108
            ],
109
            'nationalPrefixFormattingRule' => '',
110
            'domesticCarrierCodeFormattingRule' => '',
111
        ],
112
    ],
113
];