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' => 'TA',
12
    'countryCode' => 290,
13
    'generalDesc' => [
14
        'pattern' => '8\\d{3}',
15
        'posLength' => [
16
            4,
17
        ],
18
    ],
19
    'fixedLine' => [
20
        'pattern' => '8\\d{3}',
21
        'example' => '8999',
22
    ],
23
    'mobile' => [
24
        'posLength' => [
25
            -1,
26
        ],
27
    ],
28
    'tollFree' => [
29
        'posLength' => [
30
            -1,
31
        ],
32
    ],
33
    'premiumRate' => [
34
        'posLength' => [
35
            -1,
36
        ],
37
    ],
38
    'sharedCost' => [
39
        'posLength' => [
40
            -1,
41
        ],
42
    ],
43
    'personalNumber' => [
44
        'posLength' => [
45
            -1,
46
        ],
47
    ],
48
    'voip' => [
49
        'posLength' => [
50
            -1,
51
        ],
52
    ],
53
    'pager' => [
54
        'posLength' => [
55
            -1,
56
        ],
57
    ],
58
    'uan' => [
59
        'posLength' => [
60
            -1,
61
        ],
62
    ],
63
    'voicemail' => [
64
        'posLength' => [
65
            -1,
66
        ],
67
    ],
68
    'noInternationalDialling' => [
69
        'posLength' => [
70
            -1,
71
        ],
72
    ],
73
    'internationalPrefix' => '00',
74
    'numberFormat' => [],
75
    'leadingDigits' => '8',
76
];