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' => 'CY',
12
    'countryCode' => 0,
13
    'generalDesc' => [
14
        'pattern' => '1\\d\\d(?:\\d{3})?',
15
        'posLength' => [
16
            3,
17
            6,
18
        ],
19
    ],
20
    'tollFree' => [
21
        'pattern' => '1(?:1(?:2|6\\d{3})|99)',
22
        'example' => '112',
23
    ],
24
    'premiumRate' => [
25
        'posLength' => [
26
            -1,
27
        ],
28
    ],
29
    'emergency' => [
30
        'pattern' => '1(?:12|99)',
31
        'example' => '112',
32
        'posLength' => [
33
            3,
34
        ],
35
    ],
36
    'shortCode' => [
37
        'pattern' => '1(?:1(?:2|6(?:000|111))|99)',
38
        'example' => '112',
39
    ],
40
    'standardRate' => [
41
        'posLength' => [
42
            -1,
43
        ],
44
    ],
45
    'carrierSpecific' => [
46
        'posLength' => [
47
            -1,
48
        ],
49
    ],
50
    'smsServices' => [
51
        'posLength' => [
52
            -1,
53
        ],
54
    ],
55
    'internationalPrefix' => '',
56
    'numberFormat' => [],
57
];