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' => 'WS',
12
    'countryCode' => 685,
13
    'generalDesc' => [
14
        'pattern' => '(?:[2-6]|8\\d{5})\\d{4}|[78]\\d{6}|[68]\\d{5}',
15
        'posLength' => [
16
            5,
17
            6,
18
            7,
19
            10,
20
        ],
21
    ],
22
    'fixedLine' => [
23
        'pattern' => '6[1-9]\\d{3}|(?:[2-5]|60)\\d{4}',
24
        'example' => '22123',
25
        'posLength' => [
26
            5,
27
            6,
28
        ],
29
    ],
30
    'mobile' => [
31
        'pattern' => '(?:7[1-35-7]|8(?:[3-7]|9\\d{3}))\\d{5}',
32
        'example' => '7212345',
33
        'posLength' => [
34
            7,
35
            10,
36
        ],
37
    ],
38
    'tollFree' => [
39
        'pattern' => '800\\d{3}',
40
        'example' => '800123',
41
        'posLength' => [
42
            6,
43
        ],
44
    ],
45
    'premiumRate' => [
46
        'posLength' => [
47
            -1,
48
        ],
49
    ],
50
    'sharedCost' => [
51
        'posLength' => [
52
            -1,
53
        ],
54
    ],
55
    'personalNumber' => [
56
        'posLength' => [
57
            -1,
58
        ],
59
    ],
60
    'voip' => [
61
        'posLength' => [
62
            -1,
63
        ],
64
    ],
65
    'pager' => [
66
        'posLength' => [
67
            -1,
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' => '0',
86
    'numberFormat' => [
87
        [
88
            'pattern' => '(\\d{5})',
89
            'format' => '$1',
90
            'leadingDigitsPatterns' => [
91
                '[2-5]|6[1-9]',
92
            ],
93
            'nationalPrefixFormattingRule' => '',
94
            'domesticCarrierCodeFormattingRule' => '',
95
        ],
96
        [
97
            'pattern' => '(\\d{3})(\\d{3,7})',
98
            'format' => '$1 $2',
99
            'leadingDigitsPatterns' => [
100
                '[68]',
101
            ],
102
            'nationalPrefixFormattingRule' => '',
103
            'domesticCarrierCodeFormattingRule' => '',
104
        ],
105
        [
106
            'pattern' => '(\\d{2})(\\d{5})',
107
            'format' => '$1 $2',
108
            'leadingDigitsPatterns' => [
109
                '7',
110
            ],
111
            'nationalPrefixFormattingRule' => '',
112
            'domesticCarrierCodeFormattingRule' => '',
113
        ],
114
    ],
115
];