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' => 'FJ',
12
    'countryCode' => 0,
13
    'generalDesc' => [
14
        'pattern' => '[0-579]\\d(?:\\d(?:\\d{2})?)?',
15
        'posLength' => [
16
            2,
17
            3,
18
            5,
19
        ],
20
    ],
21
    'tollFree' => [
22
        'pattern' => '91[17]',
23
        'example' => '911',
24
        'posLength' => [
25
            3,
26
        ],
27
    ],
28
    'premiumRate' => [
29
        'posLength' => [
30
            -1,
31
        ],
32
    ],
33
    'emergency' => [
34
        'pattern' => '91[17]',
35
        'example' => '911',
36
        'posLength' => [
37
            3,
38
        ],
39
    ],
40
    'shortCode' => [
41
        'pattern' => '0(?:1[34]|8[1-4])|1(?:0[1-3]|[25]9)|2[289]|30|40404|91[137]|[45]4|75',
42
        'example' => '22',
43
    ],
44
    'standardRate' => [
45
        'posLength' => [
46
            -1,
47
        ],
48
    ],
49
    'carrierSpecific' => [
50
        'posLength' => [
51
            -1,
52
        ],
53
    ],
54
    'smsServices' => [
55
        'pattern' => '404\\d\\d',
56
        'example' => '40400',
57
        'posLength' => [
58
            5,
59
        ],
60
    ],
61
    'internationalPrefix' => '',
62
    'numberFormat' => [],
63
];