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' => 'KM',
12
    'countryCode' => 269,
13
    'generalDesc' => [
14
        'pattern' => '[3478]\\d{6}',
15
        'posLength' => [
16
            7,
17
        ],
18
        'posLengthLocal' => [
19
            4,
20
        ],
21
    ],
22
    'fixedLine' => [
23
        'pattern' => '7[4-7]\\d{5}',
24
        'example' => '7712345',
25
        'posLengthLocal' => [
26
            4,
27
        ],
28
    ],
29
    'mobile' => [
30
        'pattern' => '[34]\\d{6}',
31
        'example' => '3212345',
32
    ],
33
    'tollFree' => [
34
        'posLength' => [
35
            -1,
36
        ],
37
    ],
38
    'premiumRate' => [
39
        'pattern' => '8\\d{6}',
40
        'example' => '8001234',
41
    ],
42
    'sharedCost' => [
43
        'posLength' => [
44
            -1,
45
        ],
46
    ],
47
    'personalNumber' => [
48
        'posLength' => [
49
            -1,
50
        ],
51
    ],
52
    'voip' => [
53
        'posLength' => [
54
            -1,
55
        ],
56
    ],
57
    'pager' => [
58
        'posLength' => [
59
            -1,
60
        ],
61
    ],
62
    'uan' => [
63
        'posLength' => [
64
            -1,
65
        ],
66
    ],
67
    'voicemail' => [
68
        'posLength' => [
69
            -1,
70
        ],
71
    ],
72
    'noInternationalDialling' => [
73
        'posLength' => [
74
            -1,
75
        ],
76
    ],
77
    'internationalPrefix' => '00',
78
    'numberFormat' => [
79
        [
80
            'pattern' => '(\\d{3})(\\d{2})(\\d{2})',
81
            'format' => '$1 $2 $3',
82
            'leadingDigitsPatterns' => [
83
                '[3478]',
84
            ],
85
            'nationalPrefixFormattingRule' => '',
86
            'domesticCarrierCodeFormattingRule' => '',
87
        ],
88
    ],
89
];