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' => 'MH',
12
    'countryCode' => 692,
13
    'generalDesc' => [
14
        'pattern' => '329\\d{4}|(?:[256]\\d|45)\\d{5}',
15
        'posLength' => [
16
            7,
17
        ],
18
    ],
19
    'fixedLine' => [
20
        'pattern' => '(?:247|528|625)\\d{4}',
21
        'example' => '2471234',
22
    ],
23
    'mobile' => [
24
        'pattern' => '(?:(?:23|54)5|329|45[35-8])\\d{4}',
25
        'example' => '2351234',
26
    ],
27
    'tollFree' => [
28
        'posLength' => [
29
            -1,
30
        ],
31
    ],
32
    'premiumRate' => [
33
        'posLength' => [
34
            -1,
35
        ],
36
    ],
37
    'sharedCost' => [
38
        'posLength' => [
39
            -1,
40
        ],
41
    ],
42
    'personalNumber' => [
43
        'posLength' => [
44
            -1,
45
        ],
46
    ],
47
    'voip' => [
48
        'pattern' => '635\\d{4}',
49
        'example' => '6351234',
50
    ],
51
    'pager' => [
52
        'posLength' => [
53
            -1,
54
        ],
55
    ],
56
    'uan' => [
57
        'posLength' => [
58
            -1,
59
        ],
60
    ],
61
    'voicemail' => [
62
        'posLength' => [
63
            -1,
64
        ],
65
    ],
66
    'noInternationalDialling' => [
67
        'posLength' => [
68
            -1,
69
        ],
70
    ],
71
    'internationalPrefix' => '011',
72
    'nationalPrefix' => '1',
73
    'nationalPrefixForParsing' => '1',
74
    'numberFormat' => [
75
        [
76
            'pattern' => '(\\d{3})(\\d{4})',
77
            'format' => '$1-$2',
78
            'leadingDigitsPatterns' => [
79
                '[2-6]',
80
            ],
81
            'nationalPrefixFormattingRule' => '',
82
            'domesticCarrierCodeFormattingRule' => '',
83
        ],
84
    ],
85
];