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' => 'VI',
12
    'countryCode' => 1,
13
    'generalDesc' => [
14
        'pattern' => '[58]\\d{9}|(?:34|90)0\\d{7}',
15
        'posLength' => [
16
            10,
17
        ],
18
        'posLengthLocal' => [
19
            7,
20
        ],
21
    ],
22
    'fixedLine' => [
23
        'pattern' => '340(?:2(?:0\\d|10|2[06-8]|4[49]|77)|3(?:32|44)|4(?:2[23]|44|7[34]|89)|5(?:1[34]|55)|6(?:2[56]|4[23]|77|9[023])|7(?:1[2-57-9]|2[57]|7\\d)|884|998)\\d{4}',
24
        'example' => '3406421234',
25
        'posLengthLocal' => [
26
            7,
27
        ],
28
    ],
29
    'mobile' => [
30
        'pattern' => '340(?:2(?:0\\d|10|2[06-8]|4[49]|77)|3(?:32|44)|4(?:2[23]|44|7[34]|89)|5(?:1[34]|55)|6(?:2[56]|4[23]|77|9[023])|7(?:1[2-57-9]|2[57]|7\\d)|884|998)\\d{4}',
31
        'example' => '3406421234',
32
        'posLengthLocal' => [
33
            7,
34
        ],
35
    ],
36
    'tollFree' => [
37
        'pattern' => '8(?:00|33|44|55|66|77|88)[2-9]\\d{6}',
38
        'example' => '8002345678',
39
    ],
40
    'premiumRate' => [
41
        'pattern' => '900[2-9]\\d{6}',
42
        'example' => '9002345678',
43
    ],
44
    'sharedCost' => [
45
        'posLength' => [
46
            -1,
47
        ],
48
    ],
49
    'personalNumber' => [
50
        'pattern' => '52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-9]|33|44|66|77|88)[2-9]\\d{6}',
51
        'example' => '5002345678',
52
    ],
53
    'voip' => [
54
        'posLength' => [
55
            -1,
56
        ],
57
    ],
58
    'pager' => [
59
        'posLength' => [
60
            -1,
61
        ],
62
    ],
63
    'uan' => [
64
        'posLength' => [
65
            -1,
66
        ],
67
    ],
68
    'voicemail' => [
69
        'posLength' => [
70
            -1,
71
        ],
72
    ],
73
    'noInternationalDialling' => [
74
        'posLength' => [
75
            -1,
76
        ],
77
    ],
78
    'internationalPrefix' => '011',
79
    'nationalPrefix' => '1',
80
    'nationalPrefixForParsing' => '([2-9]\\d{6})$|1',
81
    'nationalPrefixTransformRule' => '340$1',
82
    'sameMobileAndFixedLinePattern' => true,
83
    'numberFormat' => [],
84
    'leadingDigits' => '340',
85
];