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' => 686,
13
    'generalDesc' => [
14
        'pattern' => '(?:[37]\\d|6[0-79])\\d{6}|(?:[2-48]\\d|50)\\d{3}',
15
        'posLength' => [
16
            5,
17
            8,
18
        ],
19
    ],
20
    'fixedLine' => [
21
        'pattern' => '(?:[24]\\d|3[1-9]|50|65(?:02[12]|12[56]|22[89]|[3-5]00)|7(?:27\\d\\d|3100|5(?:02[12]|12[56]|22[89]|[34](?:00|81)|500))|8[0-5])\\d{3}',
22
        'example' => '31234',
23
    ],
24
    'mobile' => [
25
        'pattern' => '(?:6200[01]|7(?:310[1-9]|5(?:02[03-9]|12[0-47-9]|22[0-7]|[34](?:0[1-9]|8[02-9])|50[1-9])))\\d{3}|(?:63\\d\\d|7(?:(?:[0146-9]\\d|2[0-689])\\d|3(?:[02-9]\\d|1[1-9])|5(?:[0-2][013-9]|[34][1-79]|5[1-9]|[6-9]\\d)))\\d{4}',
26
        'example' => '72001234',
27
        'posLength' => [
28
            8,
29
        ],
30
    ],
31
    'tollFree' => [
32
        'posLength' => [
33
            -1,
34
        ],
35
    ],
36
    'premiumRate' => [
37
        'posLength' => [
38
            -1,
39
        ],
40
    ],
41
    'sharedCost' => [
42
        'posLength' => [
43
            -1,
44
        ],
45
    ],
46
    'personalNumber' => [
47
        'posLength' => [
48
            -1,
49
        ],
50
    ],
51
    'voip' => [
52
        'pattern' => '30(?:0[01]\\d\\d|12(?:11|20))\\d\\d',
53
        'example' => '30010000',
54
        'posLength' => [
55
            8,
56
        ],
57
    ],
58
    'pager' => [
59
        'posLength' => [
60
            -1,
61
        ],
62
    ],
63
    'uan' => [
64
        'posLength' => [
65
            -1,
66
        ],
67
    ],
68
    'voicemail' => [
69
        'posLength' => [
70
            -1,
71
        ],
72
    ],
73
    'noInternationalDialling' => [
74
        'posLength' => [
75
            -1,
76
        ],
77
    ],
78
    'internationalPrefix' => '00',
79
    'nationalPrefix' => '0',
80
    'nationalPrefixForParsing' => '0',
81
    'numberFormat' => [],
82
];