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' => 'GT',
12
    'countryCode' => 502,
13
    'generalDesc' => [
14
        'pattern' => '80\\d{6}|(?:1\\d{3}|[2-7])\\d{7}',
15
        'posLength' => [
16
            8,
17
            11,
18
        ],
19
    ],
20
    'fixedLine' => [
21
        'pattern' => '[267][2-9]\\d{6}',
22
        'example' => '22456789',
23
        'posLength' => [
24
            8,
25
        ],
26
    ],
27
    'mobile' => [
28
        'pattern' => '(?:[3-5]\\d\\d|80[0-4])\\d{5}',
29
        'example' => '51234567',
30
        'posLength' => [
31
            8,
32
        ],
33
    ],
34
    'tollFree' => [
35
        'pattern' => '18[01]\\d{8}',
36
        'example' => '18001112222',
37
        'posLength' => [
38
            11,
39
        ],
40
    ],
41
    'premiumRate' => [
42
        'pattern' => '19\\d{9}',
43
        'example' => '19001112222',
44
        'posLength' => [
45
            11,
46
        ],
47
    ],
48
    'sharedCost' => [
49
        'posLength' => [
50
            -1,
51
        ],
52
    ],
53
    'personalNumber' => [
54
        'posLength' => [
55
            -1,
56
        ],
57
    ],
58
    'voip' => [
59
        'posLength' => [
60
            -1,
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{4})(\\d{4})',
87
            'format' => '$1 $2',
88
            'leadingDigitsPatterns' => [
89
                '[2-8]',
90
            ],
91
            'nationalPrefixFormattingRule' => '',
92
            'domesticCarrierCodeFormattingRule' => '',
93
        ],
94
        [
95
            'pattern' => '(\\d{4})(\\d{3})(\\d{4})',
96
            'format' => '$1 $2 $3',
97
            'leadingDigitsPatterns' => [
98
                '1',
99
            ],
100
            'nationalPrefixFormattingRule' => '',
101
            'domesticCarrierCodeFormattingRule' => '',
102
        ],
103
    ],
104
];