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