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' => 'SN',
12
    'countryCode' => 0,
13
    'generalDesc' => [
14
        'pattern' => '[12]\\d{1,5}',
15
        'posLength' => [
16
            2,
17
            3,
18
            4,
19
            5,
20
            6,
21
        ],
22
    ],
23
    'tollFree' => [
24
        'pattern' => '1(?:515|[78])|2(?:00|1)\\d{3}',
25
        'example' => '17',
26
        'posLength' => [
27
            2,
28
            4,
29
            5,
30
            6,
31
        ],
32
    ],
33
    'premiumRate' => [
34
        'pattern' => '2(?:0[246]|[468])\\d{3}',
35
        'example' => '24000',
36
        'posLength' => [
37
            5,
38
            6,
39
        ],
40
    ],
41
    'emergency' => [
42
        'pattern' => '1[78]',
43
        'example' => '17',
44
        'posLength' => [
45
            2,
46
        ],
47
    ],
48
    'shortCode' => [
49
        'pattern' => '1(?:1[69]|(?:[246]\\d|51)\\d)|2(?:0[0-246]|[12468])\\d{3}|1[278]',
50
        'example' => '12',
51
    ],
52
    'standardRate' => [
53
        'pattern' => '2(?:01|2)\\d{3}',
54
        'example' => '22000',
55
        'posLength' => [
56
            5,
57
            6,
58
        ],
59
    ],
60
    'carrierSpecific' => [
61
        'pattern' => '1[46]\\d\\d',
62
        'example' => '1400',
63
        'posLength' => [
64
            4,
65
        ],
66
    ],
67
    'smsServices' => [
68
        'pattern' => '2[468]\\d{3}',
69
        'example' => '24000',
70
        'posLength' => [
71
            5,
72
        ],
73
    ],
74
    'internationalPrefix' => '',
75
    'numberFormat' => [],
76
];