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' => 'MQ',
12
    'countryCode' => 596,
13
    'generalDesc' => [
14
        'pattern' => '(?:596\\d|7091)\\d{5}|(?:69|[89]\\d)\\d{7}',
15
        'posLength' => [
16
            9,
17
        ],
18
    ],
19
    'fixedLine' => [
20
        'pattern' => '(?:596(?:[03-7]\\d|1[05]|2[7-9]|8[0-39]|9[04-9])|80[6-9]\\d\\d|9(?:477[6-9]|767[4589]))\\d{4}',
21
        'example' => '596301234',
22
    ],
23
    'mobile' => [
24
        'pattern' => '(?:69[67]\\d\\d|7091[0-3])\\d{4}',
25
        'example' => '696201234',
26
    ],
27
    'tollFree' => [
28
        'pattern' => '80[0-5]\\d{6}',
29
        'example' => '800012345',
30
    ],
31
    'premiumRate' => [
32
        'pattern' => '8[129]\\d{7}',
33
        'example' => '810123456',
34
    ],
35
    'sharedCost' => [
36
        'posLength' => [
37
            -1,
38
        ],
39
    ],
40
    'personalNumber' => [
41
        'posLength' => [
42
            -1,
43
        ],
44
    ],
45
    'voip' => [
46
        'pattern' => '9(?:397[0-3]|477[0-5]|76(?:6\\d|7[0-367]))\\d{4}',
47
        'example' => '976612345',
48
    ],
49
    'pager' => [
50
        'posLength' => [
51
            -1,
52
        ],
53
    ],
54
    'uan' => [
55
        'posLength' => [
56
            -1,
57
        ],
58
    ],
59
    'voicemail' => [
60
        'posLength' => [
61
            -1,
62
        ],
63
    ],
64
    'noInternationalDialling' => [
65
        'posLength' => [
66
            -1,
67
        ],
68
    ],
69
    'internationalPrefix' => '00',
70
    'nationalPrefix' => '0',
71
    'nationalPrefixForParsing' => '0',
72
    'numberFormat' => [
73
        [
74
            'pattern' => '(\\d{3})(\\d{2})(\\d{2})(\\d{2})',
75
            'format' => '$1 $2 $3 $4',
76
            'leadingDigitsPatterns' => [
77
                '[5-79]|8(?:0[6-9]|[36])',
78
            ],
79
            'nationalPrefixFormattingRule' => '0$1',
80
            'domesticCarrierCodeFormattingRule' => '',
81
        ],
82
        [
83
            'pattern' => '(\\d{3})(\\d{2})(\\d{2})(\\d{2})',
84
            'format' => '$1 $2 $3 $4',
85
            'leadingDigitsPatterns' => [
86
                '8',
87
            ],
88
            'nationalPrefixFormattingRule' => '0$1',
89
            'domesticCarrierCodeFormattingRule' => '',
90
        ],
91
    ],
92
    'mobileNumberPortableRegion' => true,
93
];