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' => 'MV',
12
    'countryCode' => 960,
13
    'generalDesc' => [
14
        'pattern' => '(?:800|9[0-57-9]\\d)\\d{7}|[34679]\\d{6}',
15
        'posLength' => [
16
            7,
17
            10,
18
        ],
19
    ],
20
    'fixedLine' => [
21
        'pattern' => '(?:3(?:0[0-4]|3[0-59])|6(?:[58][024689]|6[024-68]|7[02468]))\\d{4}',
22
        'example' => '6701234',
23
        'posLength' => [
24
            7,
25
        ],
26
    ],
27
    'mobile' => [
28
        'pattern' => '(?:46[46]|[79]\\d\\d)\\d{4}',
29
        'example' => '7712345',
30
        'posLength' => [
31
            7,
32
        ],
33
    ],
34
    'tollFree' => [
35
        'pattern' => '800\\d{7}',
36
        'example' => '8001234567',
37
        'posLength' => [
38
            10,
39
        ],
40
    ],
41
    'premiumRate' => [
42
        'pattern' => '900\\d{7}',
43
        'example' => '9001234567',
44
        'posLength' => [
45
            10,
46
        ],
47
    ],
48
    'sharedCost' => [
49
        'posLength' => [
50
            -1,
51
        ],
52
    ],
53
    'personalNumber' => [
54
        'posLength' => [
55
            -1,
56
        ],
57
    ],
58
    'voip' => [
59
        'posLength' => [
60
            -1,
61
        ],
62
    ],
63
    'pager' => [
64
        'posLength' => [
65
            -1,
66
        ],
67
    ],
68
    'uan' => [
69
        'pattern' => '4(?:0[01]|50)\\d{4}',
70
        'example' => '4001234',
71
        'posLength' => [
72
            7,
73
        ],
74
    ],
75
    'voicemail' => [
76
        'posLength' => [
77
            -1,
78
        ],
79
    ],
80
    'noInternationalDialling' => [
81
        'posLength' => [
82
            -1,
83
        ],
84
    ],
85
    'internationalPrefix' => '0(?:0|19)',
86
    'preferredInternationalPrefix' => '00',
87
    'numberFormat' => [
88
        [
89
            'pattern' => '(\\d{3})(\\d{4})',
90
            'format' => '$1-$2',
91
            'leadingDigitsPatterns' => [
92
                '[34679]',
93
            ],
94
            'nationalPrefixFormattingRule' => '',
95
            'domesticCarrierCodeFormattingRule' => '',
96
        ],
97
        [
98
            'pattern' => '(\\d{3})(\\d{3})(\\d{4})',
99
            'format' => '$1 $2 $3',
100
            'leadingDigitsPatterns' => [
101
                '[89]',
102
            ],
103
            'nationalPrefixFormattingRule' => '',
104
            'domesticCarrierCodeFormattingRule' => '',
105
        ],
106
    ],
107
];