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' => 'AC',
12
    'countryCode' => 247,
13
    'generalDesc' => [
14
        'pattern' => '(?:[01589]\\d|[46])\\d{4}',
15
        'posLength' => [
16
            5,
17
            6,
18
        ],
19
    ],
20
    'fixedLine' => [
21
        'pattern' => '6[2-467]\\d{3}',
22
        'example' => '62889',
23
        'posLength' => [
24
            5,
25
        ],
26
    ],
27
    'mobile' => [
28
        'pattern' => '4\\d{4}',
29
        'example' => '40123',
30
        'posLength' => [
31
            5,
32
        ],
33
    ],
34
    'tollFree' => [
35
        'posLength' => [
36
            -1,
37
        ],
38
    ],
39
    'premiumRate' => [
40
        'posLength' => [
41
            -1,
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
        'pattern' => '(?:0[1-9]|[1589]\\d)\\d{4}',
66
        'example' => '542011',
67
        'posLength' => [
68
            6,
69
        ],
70
    ],
71
    'voicemail' => [
72
        'posLength' => [
73
            -1,
74
        ],
75
    ],
76
    'noInternationalDialling' => [
77
        'posLength' => [
78
            -1,
79
        ],
80
    ],
81
    'internationalPrefix' => '00',
82
    'numberFormat' => [],
83
];