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