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' => 'ER',
12
    'countryCode' => 291,
13
    'generalDesc' => [
14
        'pattern' => '[178]\\d{6}',
15
        'posLength' => [
16
            7,
17
        ],
18
        'posLengthLocal' => [
19
            6,
20
        ],
21
    ],
22
    'fixedLine' => [
23
        'pattern' => '(?:1(?:1[12568]|[24]0|55|6[146])|8\\d\\d)\\d{4}',
24
        'example' => '8370362',
25
        'posLengthLocal' => [
26
            6,
27
        ],
28
    ],
29
    'mobile' => [
30
        'pattern' => '(?:17[1-3]|7\\d\\d)\\d{4}',
31
        'example' => '7123456',
32
    ],
33
    'tollFree' => [
34
        'posLength' => [
35
            -1,
36
        ],
37
    ],
38
    'premiumRate' => [
39
        'posLength' => [
40
            -1,
41
        ],
42
    ],
43
    'sharedCost' => [
44
        'posLength' => [
45
            -1,
46
        ],
47
    ],
48
    'personalNumber' => [
49
        'posLength' => [
50
            -1,
51
        ],
52
    ],
53
    'voip' => [
54
        'posLength' => [
55
            -1,
56
        ],
57
    ],
58
    'pager' => [
59
        'posLength' => [
60
            -1,
61
        ],
62
    ],
63
    'uan' => [
64
        'posLength' => [
65
            -1,
66
        ],
67
    ],
68
    'voicemail' => [
69
        'posLength' => [
70
            -1,
71
        ],
72
    ],
73
    'noInternationalDialling' => [
74
        'posLength' => [
75
            -1,
76
        ],
77
    ],
78
    'internationalPrefix' => '00',
79
    'nationalPrefix' => '0',
80
    'nationalPrefixForParsing' => '0',
81
    'numberFormat' => [
82
        [
83
            'pattern' => '(\\d)(\\d{3})(\\d{3})',
84
            'format' => '$1 $2 $3',
85
            'leadingDigitsPatterns' => [
86
                '[178]',
87
            ],
88
            'nationalPrefixFormattingRule' => '0$1',
89
            'domesticCarrierCodeFormattingRule' => '',
90
        ],
91
    ],
92
];