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