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