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' => 'IE',
12
    'countryCode' => 0,
13
    'generalDesc' => [
14
        'pattern' => '[159]\\d{2,5}',
15
        'posLength' => [
16
            3,
17
            4,
18
            5,
19
            6,
20
        ],
21
    ],
22
    'tollFree' => [
23
        'pattern' => '11(?:2|6\\d{3})|999',
24
        'example' => '112',
25
        'posLength' => [
26
            3,
27
            6,
28
        ],
29
    ],
30
    'premiumRate' => [
31
        'pattern' => '5[37]\\d{3}',
32
        'example' => '53000',
33
        'posLength' => [
34
            5,
35
        ],
36
    ],
37
    'emergency' => [
38
        'pattern' => '112|999',
39
        'example' => '112',
40
        'posLength' => [
41
            3,
42
        ],
43
    ],
44
    'shortCode' => [
45
        'pattern' => '11(?:2|6(?:00[06]|1(?:1[17]|23)))|999|(?:1(?:18|9)|5[0137]\\d)\\d\\d',
46
        'example' => '112',
47
    ],
48
    'standardRate' => [
49
        'pattern' => '51\\d{3}',
50
        'example' => '51000',
51
        'posLength' => [
52
            5,
53
        ],
54
    ],
55
    'carrierSpecific' => [
56
        'pattern' => '51210',
57
        'example' => '51210',
58
        'posLength' => [
59
            5,
60
        ],
61
    ],
62
    'smsServices' => [
63
        'pattern' => '51210|(?:118|5[037]\\d)\\d\\d',
64
        'example' => '11800',
65
        'posLength' => [
66
            5,
67
        ],
68
    ],
69
    'internationalPrefix' => '',
70
    'numberFormat' => [],
71
];