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' => 'EH',
12
    'countryCode' => 212,
13
    'generalDesc' => [
14
        'pattern' => '[5-8]\\d{8}',
15
        'posLength' => [
16
            9,
17
        ],
18
    ],
19
    'fixedLine' => [
20
        'pattern' => '528[89]\\d{5}',
21
        'example' => '528812345',
22
    ],
23
    'mobile' => [
24
        'pattern' => '(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[0167]\\d|2[0-467]|5[0-3]|8[0-5]))\\d{6}',
25
        'example' => '650123456',
26
    ],
27
    'tollFree' => [
28
        'pattern' => '80[0-7]\\d{6}',
29
        'example' => '801234567',
30
    ],
31
    'premiumRate' => [
32
        'pattern' => '89\\d{7}',
33
        'example' => '891234567',
34
    ],
35
    'sharedCost' => [
36
        'posLength' => [
37
            -1,
38
        ],
39
    ],
40
    'personalNumber' => [
41
        'posLength' => [
42
            -1,
43
        ],
44
    ],
45
    'voip' => [
46
        'pattern' => '(?:592(?:4[0-2]|93)|80[89]\\d\\d)\\d{4}',
47
        'example' => '592401234',
48
    ],
49
    'pager' => [
50
        'posLength' => [
51
            -1,
52
        ],
53
    ],
54
    'uan' => [
55
        'posLength' => [
56
            -1,
57
        ],
58
    ],
59
    'voicemail' => [
60
        'posLength' => [
61
            -1,
62
        ],
63
    ],
64
    'noInternationalDialling' => [
65
        'posLength' => [
66
            -1,
67
        ],
68
    ],
69
    'internationalPrefix' => '00',
70
    'nationalPrefix' => '0',
71
    'nationalPrefixForParsing' => '0',
72
    'numberFormat' => [],
73
    'leadingDigits' => '528[89]',
74
];