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' => 870,
13
    'generalDesc' => [
14
        'pattern' => '7\\d{11}|[235-7]\\d{8}',
15
        'posLength' => [
16
            9,
17
            12,
18
        ],
19
    ],
20
    'fixedLine' => [
21
        'posLength' => [
22
            -1,
23
        ],
24
    ],
25
    'mobile' => [
26
        'pattern' => '(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}',
27
        'example' => '301234567',
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' => '2\\d{8}',
51
        'example' => '201234567',
52
        'posLength' => [
53
            9,
54
        ],
55
    ],
56
    'pager' => [
57
        'posLength' => [
58
            -1,
59
        ],
60
    ],
61
    'uan' => [
62
        'posLength' => [
63
            -1,
64
        ],
65
    ],
66
    'voicemail' => [
67
        'posLength' => [
68
            -1,
69
        ],
70
    ],
71
    'noInternationalDialling' => [
72
        'posLength' => [
73
            -1,
74
        ],
75
    ],
76
    'internationalPrefix' => '',
77
    'numberFormat' => [
78
        [
79
            'pattern' => '(\\d{3})(\\d{3})(\\d{3})',
80
            'format' => '$1 $2 $3',
81
            'leadingDigitsPatterns' => [
82
                '[235-7]',
83
            ],
84
            'nationalPrefixFormattingRule' => '',
85
            'domesticCarrierCodeFormattingRule' => '',
86
        ],
87
    ],
88
];