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