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' => 'SI',
12
    'countryCode' => 386,
13
    'generalDesc' => [
14
        'pattern' => '[1-7]\\d{7}|8\\d{4,7}|90\\d{4,6}',
15
        'posLength' => [
16
            5,
17
            6,
18
            7,
19
            8,
20
        ],
21
    ],
22
    'fixedLine' => [
23
        'pattern' => '(?:[1-357][2-8]|4[24-8])\\d{6}',
24
        'example' => '12345678',
25
        'posLength' => [
26
            8,
27
        ],
28
        'posLengthLocal' => [
29
            7,
30
        ],
31
    ],
32
    'mobile' => [
33
        'pattern' => '65(?:[178]\\d|5[56]|6[01])\\d{4}|(?:[37][01]|4[0139]|51|6[489])\\d{6}',
34
        'example' => '31234567',
35
        'posLength' => [
36
            8,
37
        ],
38
    ],
39
    'tollFree' => [
40
        'pattern' => '80\\d{4,6}',
41
        'example' => '80123456',
42
        'posLength' => [
43
            6,
44
            7,
45
            8,
46
        ],
47
    ],
48
    'premiumRate' => [
49
        'pattern' => '89[1-3]\\d{2,5}|90\\d{4,6}',
50
        'example' => '90123456',
51
    ],
52
    'sharedCost' => [
53
        'posLength' => [
54
            -1,
55
        ],
56
    ],
57
    'personalNumber' => [
58
        'posLength' => [
59
            -1,
60
        ],
61
    ],
62
    'voip' => [
63
        'pattern' => '(?:59\\d\\d|8(?:1(?:[67]\\d|8[0-589])|2(?:0\\d|2[0-37-9]|8[0-2489])|3[389]\\d))\\d{4}',
64
        'example' => '59012345',
65
        'posLength' => [
66
            8,
67
        ],
68
    ],
69
    'pager' => [
70
        'posLength' => [
71
            -1,
72
        ],
73
    ],
74
    'uan' => [
75
        'posLength' => [
76
            -1,
77
        ],
78
    ],
79
    'voicemail' => [
80
        'posLength' => [
81
            -1,
82
        ],
83
    ],
84
    'noInternationalDialling' => [
85
        'posLength' => [
86
            -1,
87
        ],
88
    ],
89
    'internationalPrefix' => '00|10(?:22|66|88|99)',
90
    'preferredInternationalPrefix' => '00',
91
    'nationalPrefix' => '0',
92
    'nationalPrefixForParsing' => '0',
93
    'numberFormat' => [
94
        [
95
            'pattern' => '(\\d{2})(\\d{3,6})',
96
            'format' => '$1 $2',
97
            'leadingDigitsPatterns' => [
98
                '8[09]|9',
99
            ],
100
            'nationalPrefixFormattingRule' => '0$1',
101
            'domesticCarrierCodeFormattingRule' => '',
102
        ],
103
        [
104
            'pattern' => '(\\d{3})(\\d{5})',
105
            'format' => '$1 $2',
106
            'leadingDigitsPatterns' => [
107
                '59|8',
108
            ],
109
            'nationalPrefixFormattingRule' => '0$1',
110
            'domesticCarrierCodeFormattingRule' => '',
111
        ],
112
        [
113
            'pattern' => '(\\d{2})(\\d{3})(\\d{3})',
114
            'format' => '$1 $2 $3',
115
            'leadingDigitsPatterns' => [
116
                '[37][01]|4[0139]|51|6',
117
            ],
118
            'nationalPrefixFormattingRule' => '0$1',
119
            'domesticCarrierCodeFormattingRule' => '',
120
        ],
121
        [
122
            'pattern' => '(\\d)(\\d{3})(\\d{2})(\\d{2})',
123
            'format' => '$1 $2 $3 $4',
124
            'leadingDigitsPatterns' => [
125
                '[1-57]',
126
            ],
127
            'nationalPrefixFormattingRule' => '(0$1)',
128
            'domesticCarrierCodeFormattingRule' => '',
129
        ],
130
    ],
131
    'mobileNumberPortableRegion' => true,
132
];