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' => 888,
13
    'generalDesc' => [
14
        'pattern' => '\\d{11}',
15
        'posLength' => [
16
            11,
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
        'posLength' => [
51
            -1,
52
        ],
53
    ],
54
    'pager' => [
55
        'posLength' => [
56
            -1,
57
        ],
58
    ],
59
    'uan' => [
60
        'pattern' => '\\d{11}',
61
        'example' => '12345678901',
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{3})(\\d{3})(\\d{5})',
78
            'format' => '$1 $2 $3',
79
            'leadingDigitsPatterns' => [],
80
            'nationalPrefixFormattingRule' => '',
81
            'domesticCarrierCodeFormattingRule' => '',
82
        ],
83
    ],
84
];