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