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' => 262,
13
    'generalDesc' => [
14
        'pattern' => '7093\\d{5}|(?:80|9\\d)\\d{7}|(?:26|63)9\\d{6}',
15
        'posLength' => [
16
            9,
17
        ],
18
    ],
19
    'fixedLine' => [
20
        'pattern' => '269(?:0[0-467]|15|5[0-4]|6\\d|[78]0)\\d{4}',
21
        'example' => '269601234',
22
    ],
23
    'mobile' => [
24
        'pattern' => '(?:639(?:0[0-79]|1[019]|[267]\\d|3[09]|40|5[05-9]|9[04-79])|7093[5-7])\\d{4}',
25
        'example' => '639012345',
26
    ],
27
    'tollFree' => [
28
        'pattern' => '80\\d{7}',
29
        'example' => '801234567',
30
    ],
31
    'premiumRate' => [
32
        'posLength' => [
33
            -1,
34
        ],
35
    ],
36
    'sharedCost' => [
37
        'posLength' => [
38
            -1,
39
        ],
40
    ],
41
    'personalNumber' => [
42
        'posLength' => [
43
            -1,
44
        ],
45
    ],
46
    'voip' => [
47
        'pattern' => '9(?:(?:39|47)8[01]|769\\d)\\d{4}',
48
        'example' => '939801234',
49
    ],
50
    'pager' => [
51
        'posLength' => [
52
            -1,
53
        ],
54
    ],
55
    'uan' => [
56
        'posLength' => [
57
            -1,
58
        ],
59
    ],
60
    'voicemail' => [
61
        'posLength' => [
62
            -1,
63
        ],
64
    ],
65
    'noInternationalDialling' => [
66
        'posLength' => [
67
            -1,
68
        ],
69
    ],
70
    'internationalPrefix' => '00',
71
    'nationalPrefix' => '0',
72
    'nationalPrefixForParsing' => '0',
73
    'numberFormat' => [],
74
];