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' => 'LK',
12
    'countryCode' => 0,
13
    'generalDesc' => [
14
        'pattern' => '1\\d{2,3}',
15
        'posLength' => [
16
            3,
17
            4,
18
        ],
19
    ],
20
    'tollFree' => [
21
        'pattern' => '11[02689]',
22
        'example' => '110',
23
        'posLength' => [
24
            3,
25
        ],
26
    ],
27
    'premiumRate' => [
28
        'posLength' => [
29
            -1,
30
        ],
31
    ],
32
    'emergency' => [
33
        'pattern' => '11[02689]',
34
        'example' => '110',
35
        'posLength' => [
36
            3,
37
        ],
38
    ],
39
    'shortCode' => [
40
        'pattern' => '1(?:1[024-9]|3(?:00|1[2-49]|2[23]|3[1-3]|44|5[07]|[67]9|88|9[039])|9(?:0[0-2589]|1[0-357-9]|2[0-25689]|3[0389]|4[0489]|5[014-69]|6[0-2689]|7[03579]|8[02457-9]|9[0-2569]))',
41
        'example' => '110',
42
    ],
43
    'standardRate' => [
44
        'posLength' => [
45
            -1,
46
        ],
47
    ],
48
    'carrierSpecific' => [
49
        'posLength' => [
50
            -1,
51
        ],
52
    ],
53
    'smsServices' => [
54
        'posLength' => [
55
            -1,
56
        ],
57
    ],
58
    'internationalPrefix' => '',
59
    'numberFormat' => [],
60
];