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' => 'CX',
12
    'countryCode' => 61,
13
    'generalDesc' => [
14
        'pattern' => '1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}',
15
        'posLength' => [
16
            6,
17
            7,
18
            8,
19
            9,
20
            10,
21
            12,
22
        ],
23
    ],
24
    'fixedLine' => [
25
        'pattern' => '8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|2(?:22|35))|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\d|7(?:0[01]|1[0-2])|958))\\d{3}',
26
        'example' => '891641234',
27
        'posLength' => [
28
            9,
29
        ],
30
        'posLengthLocal' => [
31
            8,
32
        ],
33
    ],
34
    'mobile' => [
35
        'pattern' => '4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}',
36
        'example' => '412345678',
37
        'posLength' => [
38
            9,
39
        ],
40
    ],
41
    'tollFree' => [
42
        'pattern' => '180(?:0\\d{3}|2)\\d{3}',
43
        'example' => '1800123456',
44
        'posLength' => [
45
            7,
46
            10,
47
        ],
48
    ],
49
    'premiumRate' => [
50
        'pattern' => '190[0-26]\\d{6}',
51
        'example' => '1900123456',
52
        'posLength' => [
53
            10,
54
        ],
55
    ],
56
    'sharedCost' => [
57
        'pattern' => '13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}',
58
        'example' => '1300123456',
59
        'posLength' => [
60
            6,
61
            8,
62
            10,
63
            12,
64
        ],
65
    ],
66
    'personalNumber' => [
67
        'posLength' => [
68
            -1,
69
        ],
70
    ],
71
    'voip' => [
72
        'pattern' => '14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}',
73
        'example' => '147101234',
74
        'posLength' => [
75
            9,
76
        ],
77
    ],
78
    'pager' => [
79
        'posLength' => [
80
            -1,
81
        ],
82
    ],
83
    'uan' => [
84
        'posLength' => [
85
            -1,
86
        ],
87
    ],
88
    'voicemail' => [
89
        'posLength' => [
90
            -1,
91
        ],
92
    ],
93
    'noInternationalDialling' => [
94
        'posLength' => [
95
            -1,
96
        ],
97
    ],
98
    'internationalPrefix' => '001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011',
99
    'preferredInternationalPrefix' => '0011',
100
    'nationalPrefix' => '0',
101
    'nationalPrefixForParsing' => '([59]\\d{7})$|0',
102
    'nationalPrefixTransformRule' => '8$1',
103
    'numberFormat' => [],
104
];