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