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' => 'AX',
12
    'countryCode' => 358,
13
    'generalDesc' => [
14
        'pattern' => '2\\d{4,9}|35\\d{4,5}|(?:60\\d\\d|800)\\d{4,6}|7\\d{5,11}|(?:[14]\\d|3[0-46-9]|50)\\d{4,8}',
15
        'posLength' => [
16
            5,
17
            6,
18
            7,
19
            8,
20
            9,
21
            10,
22
            11,
23
            12,
24
        ],
25
    ],
26
    'fixedLine' => [
27
        'pattern' => '18[1-8]\\d{3,6}',
28
        'example' => '181234567',
29
        'posLength' => [
30
            6,
31
            7,
32
            8,
33
            9,
34
        ],
35
    ],
36
    'mobile' => [
37
        'pattern' => '4946\\d{2,6}|(?:4[0-8]|50)\\d{4,8}',
38
        'example' => '412345678',
39
        'posLength' => [
40
            6,
41
            7,
42
            8,
43
            9,
44
            10,
45
        ],
46
    ],
47
    'tollFree' => [
48
        'pattern' => '800\\d{4,6}',
49
        'example' => '800123456',
50
        'posLength' => [
51
            7,
52
            8,
53
            9,
54
        ],
55
    ],
56
    'premiumRate' => [
57
        'pattern' => '[67]00\\d{5,6}',
58
        'example' => '600123456',
59
        'posLength' => [
60
            8,
61
            9,
62
        ],
63
    ],
64
    'sharedCost' => [
65
        'posLength' => [
66
            -1,
67
        ],
68
    ],
69
    'personalNumber' => [
70
        'posLength' => [
71
            -1,
72
        ],
73
    ],
74
    'voip' => [
75
        'posLength' => [
76
            -1,
77
        ],
78
    ],
79
    'pager' => [
80
        'posLength' => [
81
            -1,
82
        ],
83
    ],
84
    'uan' => [
85
        'pattern' => '20\\d{4,8}|60[12]\\d{5,6}|7(?:099\\d{4,5}|5[03-9]\\d{3,7})|20[2-59]\\d\\d|(?:606|7(?:0[78]|1|3\\d))\\d{7}|(?:10|29|3[09]|70[1-5]\\d)\\d{4,8}',
86
        'example' => '10112345',
87
    ],
88
    'voicemail' => [
89
        'posLength' => [
90
            -1,
91
        ],
92
    ],
93
    'noInternationalDialling' => [
94
        'posLength' => [
95
            -1,
96
        ],
97
    ],
98
    'internationalPrefix' => '00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))',
99
    'preferredInternationalPrefix' => '00',
100
    'nationalPrefix' => '0',
101
    'nationalPrefixForParsing' => '0',
102
    'numberFormat' => [],
103
    'leadingDigits' => '18',
104
];