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