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' => 878,
13
    'generalDesc' => [
14
        'pattern' => '10\\d{10}',
15
        'posLength' => [
16
            12,
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
        'posLength' => [
41
            -1,
42
        ],
43
    ],
44
    'personalNumber' => [
45
        'posLength' => [
46
            -1,
47
        ],
48
    ],
49
    'voip' => [
50
        'pattern' => '10\\d{10}',
51
        'example' => '101234567890',
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{2})(\\d{5})(\\d{5})',
78
            'format' => '$1 $2 $3',
79
            'leadingDigitsPatterns' => [
80
                '1',
81
            ],
82
            'nationalPrefixFormattingRule' => '',
83
            'domesticCarrierCodeFormattingRule' => '',
84
        ],
85
    ],
86
];