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' => 0,
13
    'generalDesc' => [
14
        'pattern' => '1\\d{2,5}',
15
        'posLength' => [
16
            3,
17
            4,
18
            5,
19
            6,
20
        ],
21
    ],
22
    'tollFree' => [
23
        'pattern' => '1(?:12|2[2-4])',
24
        'example' => '112',
25
        'posLength' => [
26
            3,
27
        ],
28
    ],
29
    'premiumRate' => [
30
        'posLength' => [
31
            -1,
32
        ],
33
    ],
34
    'emergency' => [
35
        'pattern' => '1(?:12|2[2-4])',
36
        'example' => '112',
37
        'posLength' => [
38
            3,
39
        ],
40
    ],
41
    'shortCode' => [
42
        'pattern' => '1(?:1(?:(?:[013-57-9]|6\\d\\d)\\d|2)|[249]\\d{3}|5999|8(?:0[089]|1[0-8]|888))|1(?:[02-5]\\d\\d|60[06]|700)|12\\d',
43
        'example' => '112',
44
    ],
45
    'standardRate' => [
46
        'posLength' => [
47
            -1,
48
        ],
49
    ],
50
    'carrierSpecific' => [
51
        'posLength' => [
52
            -1,
53
        ],
54
    ],
55
    'smsServices' => [
56
        'posLength' => [
57
            -1,
58
        ],
59
    ],
60
    'internationalPrefix' => '',
61
    'numberFormat' => [],
62
];