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' => 808,
13
    'generalDesc' => [
14
        'pattern' => '[1-9]\\d{7}',
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
        'posLength' => [
31
            -1,
32
        ],
33
    ],
34
    'premiumRate' => [
35
        'posLength' => [
36
            -1,
37
        ],
38
    ],
39
    'sharedCost' => [
40
        'pattern' => '[1-9]\\d{7}',
41
        'example' => '12345678',
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
                '[1-9]',
81
            ],
82
            'nationalPrefixFormattingRule' => '',
83
            'domesticCarrierCodeFormattingRule' => '',
84
        ],
85
    ],
86
];