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' => 'SI',
12
    'countryCode' => 0,
13
    'generalDesc' => [
14
        'pattern' => '1\\d{2,5}',
15
        'posLength' => [
16
            3,
17
            4,
18
            5,
19
            6,
20
        ],
21
    ],
22
    'tollFree' => [
23
        'pattern' => '11(?:(?:0|6\\d)\\d\\d|[23]|8\\d\\d?)',
24
        'example' => '112',
25
    ],
26
    'premiumRate' => [
27
        'posLength' => [
28
            -1,
29
        ],
30
    ],
31
    'emergency' => [
32
        'pattern' => '11[23]',
33
        'example' => '112',
34
        'posLength' => [
35
            3,
36
        ],
37
    ],
38
    'shortCode' => [
39
        'pattern' => '1(?:1(?:00[146]|[23]|6(?:000|1(?:11|23))|8(?:[08]|99))|9(?:059|1(?:0[12]|16)|5|70|87|9(?:00|[149])))|19(?:08|81)[09]',
40
        'example' => '112',
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
];