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' => 0,
13
    'generalDesc' => [
14
        'pattern' => '[1-9]\\d{2,5}',
15
        'posLength' => [
16
            3,
17
            4,
18
            5,
19
            6,
20
        ],
21
    ],
22
    'tollFree' => [
23
        'pattern' => '1(?:1(?:[278]|6\\d{3})|4[47])|5200',
24
        'example' => '112',
25
        'posLength' => [
26
            3,
27
            4,
28
            6,
29
        ],
30
    ],
31
    'premiumRate' => [
32
        'pattern' => '1(?:14|8[0-2589])\\d|543|83111',
33
        'example' => '543',
34
        'posLength' => [
35
            3,
36
            4,
37
            5,
38
        ],
39
    ],
40
    'emergency' => [
41
        'pattern' => '1(?:1[278]|44)',
42
        'example' => '112',
43
        'posLength' => [
44
            3,
45
        ],
46
    ],
47
    'shortCode' => [
48
        'pattern' => '1(?:0[78]\\d\\d|1(?:[278]|45|6(?:000|111))|4(?:[03-57]|1[0145])|6(?:00|[1-46])|8(?:02|1[189]|[25]0|7|8[08]|99))|[2-9]\\d{2,4}',
49
        'example' => '112',
50
    ],
51
    'standardRate' => [
52
        'pattern' => '1(?:4[035]|6[1-46])|1(?:41|60)\\d',
53
        'example' => '140',
54
        'posLength' => [
55
            3,
56
            4,
57
        ],
58
    ],
59
    'carrierSpecific' => [
60
        'pattern' => '5(?:200|35)',
61
        'example' => '535',
62
        'posLength' => [
63
            3,
64
            4,
65
        ],
66
    ],
67
    'smsServices' => [
68
        'pattern' => '[2-9]\\d{2,4}',
69
        'example' => '200',
70
        'posLength' => [
71
            3,
72
            4,
73
            5,
74
        ],
75
    ],
76
    'internationalPrefix' => '',
77
    'numberFormat' => [],
78
];