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' => 'SZ',
12
    'countryCode' => 268,
13
    'generalDesc' => [
14
        'pattern' => '0800\\d{4}|(?:[237]\\d|900)\\d{6}',
15
        'posLength' => [
16
            8,
17
            9,
18
        ],
19
    ],
20
    'fixedLine' => [
21
        'pattern' => '[23][2-5]\\d{6}',
22
        'example' => '22171234',
23
        'posLength' => [
24
            8,
25
        ],
26
    ],
27
    'mobile' => [
28
        'pattern' => '7[6-9]\\d{6}',
29
        'example' => '76123456',
30
        'posLength' => [
31
            8,
32
        ],
33
    ],
34
    'tollFree' => [
35
        'pattern' => '0800\\d{4}',
36
        'example' => '08001234',
37
        'posLength' => [
38
            8,
39
        ],
40
    ],
41
    'premiumRate' => [
42
        'pattern' => '900\\d{6}',
43
        'example' => '900012345',
44
        'posLength' => [
45
            9,
46
        ],
47
    ],
48
    'sharedCost' => [
49
        'posLength' => [
50
            -1,
51
        ],
52
    ],
53
    'personalNumber' => [
54
        'posLength' => [
55
            -1,
56
        ],
57
    ],
58
    'voip' => [
59
        'pattern' => '70\\d{6}',
60
        'example' => '70012345',
61
        'posLength' => [
62
            8,
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
        'pattern' => '0800\\d{4}',
82
        'posLength' => [
83
            8,
84
        ],
85
    ],
86
    'internationalPrefix' => '00',
87
    'numberFormat' => [
88
        [
89
            'pattern' => '(\\d{4})(\\d{4})',
90
            'format' => '$1 $2',
91
            'leadingDigitsPatterns' => [
92
                '[0237]',
93
            ],
94
            'nationalPrefixFormattingRule' => '',
95
            'domesticCarrierCodeFormattingRule' => '',
96
        ],
97
        [
98
            'pattern' => '(\\d{5})(\\d{4})',
99
            'format' => '$1 $2',
100
            'leadingDigitsPatterns' => [
101
                '9',
102
            ],
103
            'nationalPrefixFormattingRule' => '',
104
            'domesticCarrierCodeFormattingRule' => '',
105
        ],
106
    ],
107
];