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