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