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