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' => 'CH',
12
    'countryCode' => 41,
13
    'generalDesc' => [
14
        'pattern' => '8\\d{11}|[2-9]\\d{8}',
15
        'posLength' => [
16
            9,
17
            12,
18
        ],
19
    ],
20
    'fixedLine' => [
21
        'pattern' => '(?:2[12467]|3[1-4]|4[134]|5[256]|6[12]|[7-9]1)\\d{7}',
22
        'example' => '212345678',
23
        'posLength' => [
24
            9,
25
        ],
26
    ],
27
    'mobile' => [
28
        'pattern' => '(?:6[89]|7[235-9])\\d{7}',
29
        'example' => '781234567',
30
        'posLength' => [
31
            9,
32
        ],
33
    ],
34
    'tollFree' => [
35
        'pattern' => '800\\d{6}',
36
        'example' => '800123456',
37
        'posLength' => [
38
            9,
39
        ],
40
    ],
41
    'premiumRate' => [
42
        'pattern' => '90[016]\\d{6}',
43
        'example' => '900123456',
44
        'posLength' => [
45
            9,
46
        ],
47
    ],
48
    'sharedCost' => [
49
        'pattern' => '84[0248]\\d{6}',
50
        'example' => '840123456',
51
        'posLength' => [
52
            9,
53
        ],
54
    ],
55
    'personalNumber' => [
56
        'pattern' => '878\\d{6}',
57
        'example' => '878123456',
58
        'posLength' => [
59
            9,
60
        ],
61
    ],
62
    'voip' => [
63
        'posLength' => [
64
            -1,
65
        ],
66
    ],
67
    'pager' => [
68
        'pattern' => '74[0248]\\d{6}',
69
        'example' => '740123456',
70
        'posLength' => [
71
            9,
72
        ],
73
    ],
74
    'uan' => [
75
        'pattern' => '5[18]\\d{7}',
76
        'example' => '581234567',
77
        'posLength' => [
78
            9,
79
        ],
80
    ],
81
    'voicemail' => [
82
        'pattern' => '860\\d{9}',
83
        'example' => '860123456789',
84
        'posLength' => [
85
            12,
86
        ],
87
    ],
88
    'noInternationalDialling' => [
89
        'posLength' => [
90
            -1,
91
        ],
92
    ],
93
    'internationalPrefix' => '00',
94
    'nationalPrefix' => '0',
95
    'nationalPrefixForParsing' => '0',
96
    'numberFormat' => [
97
        [
98
            'pattern' => '(\\d{3})(\\d{3})(\\d{3})',
99
            'format' => '$1 $2 $3',
100
            'leadingDigitsPatterns' => [
101
                '8[047]|90',
102
            ],
103
            'nationalPrefixFormattingRule' => '0$1',
104
            'domesticCarrierCodeFormattingRule' => '',
105
        ],
106
        [
107
            'pattern' => '(\\d{2})(\\d{3})(\\d{2})(\\d{2})',
108
            'format' => '$1 $2 $3 $4',
109
            'leadingDigitsPatterns' => [
110
                '[2-79]|81',
111
            ],
112
            'nationalPrefixFormattingRule' => '0$1',
113
            'domesticCarrierCodeFormattingRule' => '',
114
        ],
115
        [
116
            'pattern' => '(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})',
117
            'format' => '$1 $2 $3 $4 $5',
118
            'leadingDigitsPatterns' => [
119
                '8',
120
            ],
121
            'nationalPrefixFormattingRule' => '0$1',
122
            'domesticCarrierCodeFormattingRule' => '',
123
        ],
124
    ],
125
    'mobileNumberPortableRegion' => true,
126
];