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