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' => 'HK',
12
    'countryCode' => 0,
13
    'generalDesc' => [
14
        'pattern' => '[19]\\d{2,6}',
15
        'posLength' => [
16
            3,
17
            4,
18
            5,
19
            6,
20
            7,
21
        ],
22
    ],
23
    'tollFree' => [
24
        'pattern' => '112|99[29]',
25
        'example' => '112',
26
        'posLength' => [
27
            3,
28
        ],
29
    ],
30
    'premiumRate' => [
31
        'posLength' => [
32
            -1,
33
        ],
34
    ],
35
    'emergency' => [
36
        'pattern' => '112|99[29]',
37
        'example' => '112',
38
        'posLength' => [
39
            3,
40
        ],
41
    ],
42
    'shortCode' => [
43
        'pattern' => '1(?:0(?:(?:[0136]\\d|2[14])\\d{0,3}|8[138])|12|2(?:[0-3]\\d{0,4}|(?:58|8[13])\\d{0,3})|7(?:[135-9]\\d{0,4}|219\\d{0,2})|8(?:0(?:(?:[13]|60\\d)\\d|8)|1(?:0\\d|[2-8])|2(?:0[5-9]|(?:18|2)2|3|8[128])|(?:(?:3[0-689]\\d|7(?:2[1-389]|8[0235-9]|93))\\d|8)\\d|50[138]|6(?:1(?:11|86)|8)))|99[29]|10[0139]',
44
        'example' => '100',
45
    ],
46
    'standardRate' => [
47
        'posLength' => [
48
            -1,
49
        ],
50
    ],
51
    'carrierSpecific' => [
52
        'pattern' => '109|1(?:08|85\\d)\\d',
53
        'example' => '109',
54
        'posLength' => [
55
            3,
56
            4,
57
            5,
58
        ],
59
    ],
60
    'smsServices' => [
61
        'pattern' => '992',
62
        'example' => '992',
63
        'posLength' => [
64
            3,
65
        ],
66
    ],
67
    'internationalPrefix' => '',
68
    'numberFormat' => [],
69
];