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