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