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' => 'BL',
12
    'countryCode' => 590,
13
    'generalDesc' => [
14
        'pattern' => '(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}',
15
        'posLength' => [
16
            9,
17
        ],
18
    ],
19
    'fixedLine' => [
20
        'pattern' => '590(?:2[7-9]|3[3-7]|5[12]|87)\\d{4}',
21
        'example' => '590271234',
22
    ],
23
    'mobile' => [
24
        'pattern' => '(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}',
25
        'example' => '690001234',
26
    ],
27
    'tollFree' => [
28
        'pattern' => '80[0-5]\\d{6}',
29
        'example' => '800012345',
30
    ],
31
    'premiumRate' => [
32
        'posLength' => [
33
            -1,
34
        ],
35
    ],
36
    'sharedCost' => [
37
        'posLength' => [
38
            -1,
39
        ],
40
    ],
41
    'personalNumber' => [
42
        'posLength' => [
43
            -1,
44
        ],
45
    ],
46
    'voip' => [
47
        'pattern' => '9(?:(?:39[5-7]|76[018])\\d|475[0-5])\\d{4}',
48
        'example' => '976012345',
49
    ],
50
    'pager' => [
51
        'posLength' => [
52
            -1,
53
        ],
54
    ],
55
    'uan' => [
56
        'posLength' => [
57
            -1,
58
        ],
59
    ],
60
    'voicemail' => [
61
        'posLength' => [
62
            -1,
63
        ],
64
    ],
65
    'noInternationalDialling' => [
66
        'posLength' => [
67
            -1,
68
        ],
69
    ],
70
    'internationalPrefix' => '00',
71
    'nationalPrefix' => '0',
72
    'nationalPrefixForParsing' => '0',
73
    'numberFormat' => [],
74
    'mobileNumberPortableRegion' => true,
75
];