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' => 'OM',
12
    'countryCode' => 0,
13
    'generalDesc' => [
14
        'pattern' => '[19]\\d{3}',
15
        'posLength' => [
16
            4,
17
        ],
18
    ],
19
    'tollFree' => [
20
        'pattern' => '1444|999\\d',
21
        'example' => '1444',
22
    ],
23
    'premiumRate' => [
24
        'posLength' => [
25
            -1,
26
        ],
27
    ],
28
    'emergency' => [
29
        'pattern' => '1444|9999',
30
        'example' => '1444',
31
    ],
32
    'shortCode' => [
33
        'pattern' => '1(?:111|222|4(?:4[0-5]|50|66|7[7-9])|51[0-8])|9999|1(?:2[3-5]|3[0-2]|50)\\d',
34
        'example' => '1111',
35
    ],
36
    'standardRate' => [
37
        'posLength' => [
38
            -1,
39
        ],
40
    ],
41
    'carrierSpecific' => [
42
        'posLength' => [
43
            -1,
44
        ],
45
    ],
46
    'smsServices' => [
47
        'posLength' => [
48
            -1,
49
        ],
50
    ],
51
    'internationalPrefix' => '',
52
    'numberFormat' => [],
53
];