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' => 'BJ',
12
    'countryCode' => 0,
13
    'generalDesc' => [
14
        'pattern' => '[17]\\d{2,3}',
15
        'posLength' => [
16
            3,
17
            4,
18
        ],
19
    ],
20
    'tollFree' => [
21
        'pattern' => '1(?:1[246-8]|3[68]|6[06])|7[3-5]\\d\\d',
22
        'example' => '112',
23
    ],
24
    'premiumRate' => [
25
        'posLength' => [
26
            -1,
27
        ],
28
    ],
29
    'emergency' => [
30
        'pattern' => '11[246-8]',
31
        'example' => '112',
32
        'posLength' => [
33
            3,
34
        ],
35
    ],
36
    'shortCode' => [
37
        'pattern' => '1(?:05|1[24-8]|2[02-5]|3[126-8]|5[05]|6[06]|89)|7[0-5]\\d\\d',
38
        'example' => '105',
39
    ],
40
    'standardRate' => [
41
        'posLength' => [
42
            -1,
43
        ],
44
    ],
45
    'carrierSpecific' => [
46
        'pattern' => '12[02-5]',
47
        'example' => '120',
48
        'posLength' => [
49
            3,
50
        ],
51
    ],
52
    'smsServices' => [
53
        'posLength' => [
54
            -1,
55
        ],
56
    ],
57
    'internationalPrefix' => '',
58
    'numberFormat' => [],
59
];