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' => 'SA',
12
    'countryCode' => 0,
13
    'generalDesc' => [
14
        'pattern' => '[19]\\d{2,5}',
15
        'posLength' => [
16
            3,
17
            4,
18
            5,
19
            6,
20
        ],
21
    ],
22
    'tollFree' => [
23
        'pattern' => '11(?:2|6\\d{3})|9(?:11|37|9[7-9])',
24
        'example' => '112',
25
        'posLength' => [
26
            3,
27
            6,
28
        ],
29
    ],
30
    'premiumRate' => [
31
        'posLength' => [
32
            -1,
33
        ],
34
    ],
35
    'emergency' => [
36
        'pattern' => '112|9(?:11|9[79])',
37
        'example' => '112',
38
        'posLength' => [
39
            3,
40
        ],
41
    ],
42
    'shortCode' => [
43
        'pattern' => '1(?:1(?:00|2|6111)|410|9(?:00|1[89]|9(?:099|22|9[0-3])))|9(?:0[24-79]|11|3[379]|40|66|8[5-9]|9[02-9])',
44
        'example' => '112',
45
    ],
46
    'standardRate' => [
47
        'pattern' => '141\\d',
48
        'example' => '1410',
49
        'posLength' => [
50
            4,
51
        ],
52
    ],
53
    'carrierSpecific' => [
54
        'pattern' => '1(?:10|41)\\d|90[24679]',
55
        'example' => '902',
56
        'posLength' => [
57
            3,
58
            4,
59
        ],
60
    ],
61
    'smsServices' => [
62
        'posLength' => [
63
            -1,
64
        ],
65
    ],
66
    'internationalPrefix' => '',
67
    'numberFormat' => [],
68
];