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' => 'TW',
12
    'countryCode' => 0,
13
    'generalDesc' => [
14
        'pattern' => '1\\d{2,3}',
15
        'posLength' => [
16
            3,
17
            4,
18
        ],
19
    ],
20
    'tollFree' => [
21
        'pattern' => '11[0289]|1(?:81|92)\\d',
22
        'example' => '110',
23
    ],
24
    'premiumRate' => [
25
        'pattern' => '10[56]',
26
        'example' => '105',
27
        'posLength' => [
28
            3,
29
        ],
30
    ],
31
    'emergency' => [
32
        'pattern' => '11[029]',
33
        'example' => '110',
34
        'posLength' => [
35
            3,
36
        ],
37
    ],
38
    'shortCode' => [
39
        'pattern' => '1(?:0[04-6]|1[0237-9]|3[389]|6[05-8]|7[07]|8(?:0|11)|9(?:19|22|5[057]|68|8[05]|9[15689]))',
40
        'example' => '100',
41
    ],
42
    'standardRate' => [
43
        'pattern' => '1(?:65|9(?:1\\d|50|85|98))',
44
        'example' => '165',
45
    ],
46
    'carrierSpecific' => [
47
        'posLength' => [
48
            -1,
49
        ],
50
    ],
51
    'smsServices' => [
52
        'posLength' => [
53
            -1,
54
        ],
55
    ],
56
    'internationalPrefix' => '',
57
    'numberFormat' => [],
58
];