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' => 7,
13
    'generalDesc' => [
14
        'pattern' => '(?:33622|8\\d{8})\\d{5}|[78]\\d{9}',
15
        'posLength' => [
16
            10,
17
            14,
18
        ],
19
        'posLengthLocal' => [
20
            5,
21
            6,
22
            7,
23
        ],
24
    ],
25
    'fixedLine' => [
26
        'pattern' => '(?:33622|7(?:1(?:0(?:[23]\\d|4[0-3]|59|63)|1(?:[23]\\d|4[0-79]|59)|2(?:[23]\\d|59)|3(?:2\\d|3[0-79]|4[0-35-9]|59)|4(?:[24]\\d|3[013-9]|5[1-9]|97)|5(?:2\\d|3[1-9]|4[0-7]|59)|6(?:[2-4]\\d|5[19]|61)|72\\d|8(?:[27]\\d|3[1-46-9]|4[0-5]|59))|2(?:1(?:[23]\\d|4[46-9]|5[3469])|2(?:2\\d|3[0679]|46|5[12679])|3(?:[2-4]\\d|5[139])|4(?:2\\d|3[1-35-9]|59)|5(?:[23]\\d|4[0-8]|59|61)|6(?:2\\d|3[1-9]|4[0-4]|59)|7(?:[2379]\\d|40|5[279])|8(?:[23]\\d|4[0-3]|59)|9(?:2\\d|3[124578]|59))))\\d{5}',
27
        'example' => '7123456789',
28
        'posLength' => [
29
            10,
30
        ],
31
        'posLengthLocal' => [
32
            5,
33
            6,
34
            7,
35
        ],
36
    ],
37
    'mobile' => [
38
        'pattern' => '7(?:0[0-25-8]|47|6[0-4]|7[15-8]|85)\\d{7}',
39
        'example' => '7710009998',
40
        'posLength' => [
41
            10,
42
        ],
43
    ],
44
    'tollFree' => [
45
        'pattern' => '8(?:00|108\\d{3})\\d{7}',
46
        'example' => '8001234567',
47
    ],
48
    'premiumRate' => [
49
        'pattern' => '809\\d{7}',
50
        'example' => '8091234567',
51
        'posLength' => [
52
            10,
53
        ],
54
    ],
55
    'sharedCost' => [
56
        'posLength' => [
57
            -1,
58
        ],
59
    ],
60
    'personalNumber' => [
61
        'pattern' => '808\\d{7}',
62
        'example' => '8081234567',
63
        'posLength' => [
64
            10,
65
        ],
66
    ],
67
    'voip' => [
68
        'pattern' => '751\\d{7}',
69
        'example' => '7511234567',
70
        'posLength' => [
71
            10,
72
        ],
73
    ],
74
    'pager' => [
75
        'posLength' => [
76
            -1,
77
        ],
78
    ],
79
    'uan' => [
80
        'posLength' => [
81
            -1,
82
        ],
83
    ],
84
    'voicemail' => [
85
        'posLength' => [
86
            -1,
87
        ],
88
    ],
89
    'noInternationalDialling' => [
90
        'pattern' => '751\\d{7}',
91
        'posLength' => [
92
            10,
93
        ],
94
    ],
95
    'internationalPrefix' => '810',
96
    'preferredInternationalPrefix' => '8~10',
97
    'nationalPrefix' => '8',
98
    'nationalPrefixForParsing' => '8',
99
    'numberFormat' => [],
100
    'leadingDigits' => '33|7',
101
    'mobileNumberPortableRegion' => true,
102
];