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' => 'LC',
12
    'countryCode' => 1,
13
    'generalDesc' => [
14
        'pattern' => '(?:[58]\\d\\d|758|900)\\d{7}',
15
        'posLength' => [
16
            10,
17
        ],
18
        'posLengthLocal' => [
19
            7,
20
        ],
21
    ],
22
    'fixedLine' => [
23
        'pattern' => '758(?:234|4(?:30|5\\d|6[2-9]|8[0-2])|57[0-2]|(?:63|75)8)\\d{4}',
24
        'example' => '7584305678',
25
        'posLengthLocal' => [
26
            7,
27
        ],
28
    ],
29
    'mobile' => [
30
        'pattern' => '758(?:28[4-7]|384|4(?:6[01]|8[4-9])|5(?:1[89]|20|84)|7(?:1[2-9]|2\\d|3[0-3])|812)\\d{4}',
31
        'example' => '7582845678',
32
        'posLengthLocal' => [
33
            7,
34
        ],
35
    ],
36
    'tollFree' => [
37
        'pattern' => '8(?:00|33|44|55|66|77|88)[2-9]\\d{6}',
38
        'example' => '8002123456',
39
    ],
40
    'premiumRate' => [
41
        'pattern' => '900[2-9]\\d{6}',
42
        'example' => '9002123456',
43
    ],
44
    'sharedCost' => [
45
        'posLength' => [
46
            -1,
47
        ],
48
    ],
49
    'personalNumber' => [
50
        'pattern' => '52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-9]|33|44|66|77|88)[2-9]\\d{6}',
51
        'example' => '5002345678',
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' => '011',
79
    'nationalPrefix' => '1',
80
    'nationalPrefixForParsing' => '([2-8]\\d{6})$|1',
81
    'nationalPrefixTransformRule' => '758$1',
82
    'numberFormat' => [],
83
    'leadingDigits' => '758',
84
    'mobileNumberPortableRegion' => true,
85
];