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' => 'ME',
12
    'countryCode' => 382,
13
    'generalDesc' => [
14
        'pattern' => '(?:20|[3-79]\\d)\\d{6}|80\\d{6,7}',
15
        'posLength' => [
16
            8,
17
            9,
18
        ],
19
        'posLengthLocal' => [
20
            6,
21
        ],
22
    ],
23
    'fixedLine' => [
24
        'pattern' => '(?:20[2-8]|3(?:[0-2][2-7]|3[24-7])|4(?:0[2-467]|1[2467])|5(?:0[2467]|1[24-7]|2[2-467]))\\d{5}',
25
        'example' => '30234567',
26
        'posLength' => [
27
            8,
28
        ],
29
        'posLengthLocal' => [
30
            6,
31
        ],
32
    ],
33
    'mobile' => [
34
        'pattern' => '6(?:[07-9]\\d|3[024]|6[0-25])\\d{5}',
35
        'example' => '67622901',
36
        'posLength' => [
37
            8,
38
        ],
39
    ],
40
    'tollFree' => [
41
        'pattern' => '80(?:[0-2578]|9\\d)\\d{5}',
42
        'example' => '80080002',
43
    ],
44
    'premiumRate' => [
45
        'pattern' => '9(?:4[1568]|5[178])\\d{5}',
46
        'example' => '94515151',
47
        'posLength' => [
48
            8,
49
        ],
50
    ],
51
    'sharedCost' => [
52
        'posLength' => [
53
            -1,
54
        ],
55
    ],
56
    'personalNumber' => [
57
        'posLength' => [
58
            -1,
59
        ],
60
    ],
61
    'voip' => [
62
        'pattern' => '78[1-49]\\d{5}',
63
        'example' => '78108780',
64
        'posLength' => [
65
            8,
66
        ],
67
    ],
68
    'pager' => [
69
        'posLength' => [
70
            -1,
71
        ],
72
    ],
73
    'uan' => [
74
        'pattern' => '77[1-9]\\d{5}',
75
        'example' => '77273012',
76
        'posLength' => [
77
            8,
78
        ],
79
    ],
80
    'voicemail' => [
81
        'posLength' => [
82
            -1,
83
        ],
84
    ],
85
    'noInternationalDialling' => [
86
        'posLength' => [
87
            -1,
88
        ],
89
    ],
90
    'internationalPrefix' => '00',
91
    'nationalPrefix' => '0',
92
    'nationalPrefixForParsing' => '0',
93
    'numberFormat' => [
94
        [
95
            'pattern' => '(\\d{2})(\\d{3})(\\d{3,4})',
96
            'format' => '$1 $2 $3',
97
            'leadingDigitsPatterns' => [
98
                '[2-9]',
99
            ],
100
            'nationalPrefixFormattingRule' => '0$1',
101
            'domesticCarrierCodeFormattingRule' => '',
102
        ],
103
    ],
104
];