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' => 'GG',
12
    'countryCode' => 44,
13
    'generalDesc' => [
14
        'pattern' => '(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?',
15
        'posLength' => [
16
            7,
17
            9,
18
            10,
19
        ],
20
        'posLengthLocal' => [
21
            6,
22
        ],
23
    ],
24
    'fixedLine' => [
25
        'pattern' => '1481[25-9]\\d{5}',
26
        'example' => '1481256789',
27
        'posLength' => [
28
            10,
29
        ],
30
        'posLengthLocal' => [
31
            6,
32
        ],
33
    ],
34
    'mobile' => [
35
        'pattern' => '7(?:(?:781|839)\\d|911[17])\\d{5}',
36
        'example' => '7781123456',
37
        'posLength' => [
38
            10,
39
        ],
40
    ],
41
    'tollFree' => [
42
        'pattern' => '80[08]\\d{7}|800\\d{6}|8001111',
43
        'example' => '8001234567',
44
    ],
45
    'premiumRate' => [
46
        'pattern' => '(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[0-3]))\\d{7}|845464\\d',
47
        'example' => '9012345678',
48
        'posLength' => [
49
            7,
50
            10,
51
        ],
52
    ],
53
    'sharedCost' => [
54
        'posLength' => [
55
            -1,
56
        ],
57
    ],
58
    'personalNumber' => [
59
        'pattern' => '70\\d{8}',
60
        'example' => '7012345678',
61
        'posLength' => [
62
            10,
63
        ],
64
    ],
65
    'voip' => [
66
        'pattern' => '56\\d{8}',
67
        'example' => '5612345678',
68
        'posLength' => [
69
            10,
70
        ],
71
    ],
72
    'pager' => [
73
        'pattern' => '76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}',
74
        'example' => '7640123456',
75
        'posLength' => [
76
            10,
77
        ],
78
    ],
79
    'uan' => [
80
        'pattern' => '(?:3[0347]|55)\\d{8}',
81
        'example' => '5512345678',
82
        'posLength' => [
83
            10,
84
        ],
85
    ],
86
    'voicemail' => [
87
        'posLength' => [
88
            -1,
89
        ],
90
    ],
91
    'noInternationalDialling' => [
92
        'posLength' => [
93
            -1,
94
        ],
95
    ],
96
    'internationalPrefix' => '00',
97
    'nationalPrefix' => '0',
98
    'nationalPrefixForParsing' => '([25-9]\\d{5})$|0',
99
    'nationalPrefixTransformRule' => '1481$1',
100
    'numberFormat' => [],
101
];