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