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