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' => 'GG',
12
    'countryCode' => 0,
13
    'generalDesc' => [
14
        'pattern' => '[19]\\d{2,5}',
15
        'posLength' => [
16
            3,
17
            4,
18
            5,
19
            6,
20
        ],
21
    ],
22
    'tollFree' => [
23
        'pattern' => '112|999',
24
        'example' => '112',
25
        'posLength' => [
26
            3,
27
        ],
28
    ],
29
    'premiumRate' => [
30
        'posLength' => [
31
            -1,
32
        ],
33
    ],
34
    'emergency' => [
35
        'pattern' => '112|999',
36
        'example' => '112',
37
        'posLength' => [
38
            3,
39
        ],
40
    ],
41
    'shortCode' => [
42
        'pattern' => '1(?:0[01]|1[12]|23|41|55|9[05])|999|1(?:1[68]\\d\\d|47|800)\\d',
43
        'example' => '100',
44
    ],
45
    'standardRate' => [
46
        'posLength' => [
47
            -1,
48
        ],
49
    ],
50
    'carrierSpecific' => [
51
        'posLength' => [
52
            -1,
53
        ],
54
    ],
55
    'smsServices' => [
56
        'posLength' => [
57
            -1,
58
        ],
59
    ],
60
    'internationalPrefix' => '',
61
    'numberFormat' => [],
62
];