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' => 'MU',
12
    'countryCode' => 230,
13
    'generalDesc' => [
14
        'pattern' => '(?:[57]|8\\d\\d)\\d{7}|[2-468]\\d{6}',
15
        'posLength' => [
16
            7,
17
            8,
18
            10,
19
        ],
20
    ],
21
    'fixedLine' => [
22
        'pattern' => '(?:2(?:[0346-8]\\d|1[0-7])|4(?:[013568]\\d|2[4-8]|71|90)|54(?:[3-5]\\d|71)|6\\d\\d|8(?:14|3[129]))\\d{4}',
23
        'example' => '54480123',
24
        'posLength' => [
25
            7,
26
            8,
27
        ],
28
    ],
29
    'mobile' => [
30
        'pattern' => '5(?:4(?:2[1-389]|7[1-9])|87[15-8])\\d{4}|(?:5(?:2[5-9]|4[3-689]|[57]\\d|8[0-689]|9[0-8])|7(?:0[0-4]|3[013]))\\d{5}',
31
        'example' => '52512345',
32
        'posLength' => [
33
            8,
34
        ],
35
    ],
36
    'tollFree' => [
37
        'pattern' => '802\\d{7}|80[0-2]\\d{4}',
38
        'example' => '8001234',
39
        'posLength' => [
40
            7,
41
            10,
42
        ],
43
    ],
44
    'premiumRate' => [
45
        'pattern' => '30\\d{5}',
46
        'example' => '3012345',
47
        'posLength' => [
48
            7,
49
        ],
50
    ],
51
    'sharedCost' => [
52
        'posLength' => [
53
            -1,
54
        ],
55
    ],
56
    'personalNumber' => [
57
        'posLength' => [
58
            -1,
59
        ],
60
    ],
61
    'voip' => [
62
        'pattern' => '3(?:20|9\\d)\\d{4}',
63
        'example' => '3201234',
64
        'posLength' => [
65
            7,
66
        ],
67
    ],
68
    'pager' => [
69
        'posLength' => [
70
            -1,
71
        ],
72
    ],
73
    'uan' => [
74
        'posLength' => [
75
            -1,
76
        ],
77
    ],
78
    'voicemail' => [
79
        'posLength' => [
80
            -1,
81
        ],
82
    ],
83
    'noInternationalDialling' => [
84
        'posLength' => [
85
            -1,
86
        ],
87
    ],
88
    'internationalPrefix' => '0(?:0|[24-7]0|3[03])',
89
    'preferredInternationalPrefix' => '020',
90
    'numberFormat' => [
91
        [
92
            'pattern' => '(\\d{3})(\\d{4})',
93
            'format' => '$1 $2',
94
            'leadingDigitsPatterns' => [
95
                '[2-46]|8[013]',
96
            ],
97
            'nationalPrefixFormattingRule' => '',
98
            'domesticCarrierCodeFormattingRule' => '',
99
        ],
100
        [
101
            'pattern' => '(\\d{4})(\\d{4})',
102
            'format' => '$1 $2',
103
            'leadingDigitsPatterns' => [
104
                '[57]',
105
            ],
106
            'nationalPrefixFormattingRule' => '',
107
            'domesticCarrierCodeFormattingRule' => '',
108
        ],
109
        [
110
            'pattern' => '(\\d{5})(\\d{5})',
111
            'format' => '$1 $2',
112
            'leadingDigitsPatterns' => [
113
                '8',
114
            ],
115
            'nationalPrefixFormattingRule' => '',
116
            'domesticCarrierCodeFormattingRule' => '',
117
        ],
118
    ],
119
];