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' => 'VU',
12
    'countryCode' => 678,
13
    'generalDesc' => [
14
        'pattern' => '[57-9]\\d{6}|(?:[238]\\d|48)\\d{3}',
15
        'posLength' => [
16
            5,
17
            7,
18
        ],
19
    ],
20
    'fixedLine' => [
21
        'pattern' => '(?:38[0-8]|48[4-9])\\d\\d|(?:2[02-9]|3[4-7]|88)\\d{3}',
22
        'example' => '22123',
23
        'posLength' => [
24
            5,
25
        ],
26
    ],
27
    'mobile' => [
28
        'pattern' => '(?:[58]\\d|7[013-7])\\d{5}',
29
        'example' => '5912345',
30
        'posLength' => [
31
            7,
32
        ],
33
    ],
34
    'tollFree' => [
35
        'pattern' => '81[18]\\d\\d',
36
        'example' => '81123',
37
        'posLength' => [
38
            5,
39
        ],
40
    ],
41
    'premiumRate' => [
42
        'posLength' => [
43
            -1,
44
        ],
45
    ],
46
    'sharedCost' => [
47
        'posLength' => [
48
            -1,
49
        ],
50
    ],
51
    'personalNumber' => [
52
        'posLength' => [
53
            -1,
54
        ],
55
    ],
56
    'voip' => [
57
        'pattern' => '9(?:0[1-9]|1[01])\\d{4}',
58
        'example' => '9010123',
59
        'posLength' => [
60
            7,
61
        ],
62
    ],
63
    'pager' => [
64
        'posLength' => [
65
            -1,
66
        ],
67
    ],
68
    'uan' => [
69
        'pattern' => '(?:3[03]|900\\d)\\d{3}',
70
        'example' => '30123',
71
    ],
72
    'voicemail' => [
73
        'posLength' => [
74
            -1,
75
        ],
76
    ],
77
    'noInternationalDialling' => [
78
        'posLength' => [
79
            -1,
80
        ],
81
    ],
82
    'internationalPrefix' => '00',
83
    'numberFormat' => [
84
        [
85
            'pattern' => '(\\d{3})(\\d{4})',
86
            'format' => '$1 $2',
87
            'leadingDigitsPatterns' => [
88
                '[57-9]',
89
            ],
90
            'nationalPrefixFormattingRule' => '',
91
            'domesticCarrierCodeFormattingRule' => '',
92
        ],
93
    ],
94
];