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' => 'LK',
12
    'countryCode' => 94,
13
    'generalDesc' => [
14
        'pattern' => '[1-9]\\d{8}',
15
        'posLength' => [
16
            9,
17
        ],
18
        'posLengthLocal' => [
19
            7,
20
        ],
21
    ],
22
    'fixedLine' => [
23
        'pattern' => '(?:12[2-9]|602|8[12]\\d|9(?:1\\d|22|9[245]))\\d{6}|(?:11|2[13-7]|3[1-8]|4[157]|5[12457]|6[35-7])[2-57]\\d{6}',
24
        'example' => '112345678',
25
        'posLengthLocal' => [
26
            7,
27
        ],
28
    ],
29
    'mobile' => [
30
        'pattern' => '7(?:[0-25-8]\\d|4[0-4])\\d{6}',
31
        'example' => '712345678',
32
    ],
33
    'tollFree' => [
34
        'posLength' => [
35
            -1,
36
        ],
37
    ],
38
    'premiumRate' => [
39
        'posLength' => [
40
            -1,
41
        ],
42
    ],
43
    'sharedCost' => [
44
        'posLength' => [
45
            -1,
46
        ],
47
    ],
48
    'personalNumber' => [
49
        'posLength' => [
50
            -1,
51
        ],
52
    ],
53
    'voip' => [
54
        'posLength' => [
55
            -1,
56
        ],
57
    ],
58
    'pager' => [
59
        'posLength' => [
60
            -1,
61
        ],
62
    ],
63
    'uan' => [
64
        'pattern' => '1973\\d{5}',
65
        'example' => '197312345',
66
    ],
67
    'voicemail' => [
68
        'posLength' => [
69
            -1,
70
        ],
71
    ],
72
    'noInternationalDialling' => [
73
        'posLength' => [
74
            -1,
75
        ],
76
    ],
77
    'internationalPrefix' => '00',
78
    'nationalPrefix' => '0',
79
    'nationalPrefixForParsing' => '0',
80
    'numberFormat' => [
81
        [
82
            'pattern' => '(\\d{2})(\\d{3})(\\d{4})',
83
            'format' => '$1 $2 $3',
84
            'leadingDigitsPatterns' => [
85
                '7',
86
            ],
87
            'nationalPrefixFormattingRule' => '0$1',
88
            'domesticCarrierCodeFormattingRule' => '',
89
        ],
90
        [
91
            'pattern' => '(\\d{3})(\\d{3})(\\d{3})',
92
            'format' => '$1 $2 $3',
93
            'leadingDigitsPatterns' => [
94
                '[1-689]',
95
            ],
96
            'nationalPrefixFormattingRule' => '0$1',
97
            'domesticCarrierCodeFormattingRule' => '',
98
        ],
99
    ],
100
];