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