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' => 'KI',
12
    'countryCode' => 0,
13
    'generalDesc' => [
14
        'pattern' => '[179]\\d{2,3}',
15
        'posLength' => [
16
            3,
17
            4,
18
        ],
19
    ],
20
    'tollFree' => [
21
        'pattern' => '19[2-5]|99[2-4]',
22
        'example' => '192',
23
        'posLength' => [
24
            3,
25
        ],
26
    ],
27
    'premiumRate' => [
28
        'posLength' => [
29
            -1,
30
        ],
31
    ],
32
    'emergency' => [
33
        'pattern' => '19[2-5]|99[2-4]',
34
        'example' => '192',
35
        'posLength' => [
36
            3,
37
        ],
38
    ],
39
    'shortCode' => [
40
        'pattern' => '1(?:05[0-259]|88|9[2-5])|777|99[2-4]|10[0-8]',
41
        'example' => '100',
42
    ],
43
    'standardRate' => [
44
        'pattern' => '103',
45
        'example' => '103',
46
        'posLength' => [
47
            3,
48
        ],
49
    ],
50
    'carrierSpecific' => [
51
        'posLength' => [
52
            -1,
53
        ],
54
    ],
55
    'smsServices' => [
56
        'posLength' => [
57
            -1,
58
        ],
59
    ],
60
    'internationalPrefix' => '',
61
    'numberFormat' => [],
62
];