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' => 'LV',
12
    'countryCode' => 0,
13
    'generalDesc' => [
14
        'pattern' => '[018]\\d{1,5}',
15
        'posLength' => [
16
            2,
17
            3,
18
            4,
19
            5,
20
            6,
21
        ],
22
    ],
23
    'tollFree' => [
24
        'pattern' => '0[1-3]|11(?:[023]|6\\d{3})',
25
        'example' => '01',
26
        'posLength' => [
27
            2,
28
            3,
29
            6,
30
        ],
31
    ],
32
    'premiumRate' => [
33
        'pattern' => '1180|821\\d\\d',
34
        'example' => '1180',
35
        'posLength' => [
36
            4,
37
            5,
38
        ],
39
    ],
40
    'emergency' => [
41
        'pattern' => '0[1-3]|11[023]',
42
        'example' => '01',
43
        'posLength' => [
44
            2,
45
            3,
46
        ],
47
    ],
48
    'shortCode' => [
49
        'pattern' => '0[1-4]|1(?:1(?:[02-4]|6(?:000|111)|8[0189])|(?:5|65)5|77)|821[57]4',
50
        'example' => '01',
51
    ],
52
    'standardRate' => [
53
        'pattern' => '1181',
54
        'example' => '1181',
55
        'posLength' => [
56
            4,
57
        ],
58
    ],
59
    'carrierSpecific' => [
60
        'pattern' => '165\\d',
61
        'example' => '1650',
62
        'posLength' => [
63
            4,
64
        ],
65
    ],
66
    'smsServices' => [
67
        'posLength' => [
68
            -1,
69
        ],
70
    ],
71
    'internationalPrefix' => '',
72
    'numberFormat' => [],
73
];