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