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