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