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' => 'BH',
12
    'countryCode' => 0,
13
    'generalDesc' => [
14
        'pattern' => '[0189]\\d\\d(?:\\d{2})?',
15
        'posLength' => [
16
            3,
17
            5,
18
        ],
19
    ],
20
    'tollFree' => [
21
        'pattern' => '(?:0[167]|81)\\d{3}|[19]99',
22
        'example' => '199',
23
    ],
24
    'premiumRate' => [
25
        'pattern' => '9[148]\\d{3}',
26
        'example' => '91000',
27
        'posLength' => [
28
            5,
29
        ],
30
    ],
31
    'emergency' => [
32
        'pattern' => '[19]99',
33
        'example' => '199',
34
        'posLength' => [
35
            3,
36
        ],
37
    ],
38
    'shortCode' => [
39
        'pattern' => '1(?:[02]\\d|12|4[01]|51|8[18]|9[169])|99[02489]|(?:0[167]|8[158]|9[148])\\d{3}',
40
        'example' => '100',
41
    ],
42
    'standardRate' => [
43
        'posLength' => [
44
            -1,
45
        ],
46
    ],
47
    'carrierSpecific' => [
48
        'pattern' => '0[67]\\d{3}|88000|98555',
49
        'example' => '06000',
50
        'posLength' => [
51
            5,
52
        ],
53
    ],
54
    'smsServices' => [
55
        'pattern' => '88000|98555',
56
        'example' => '88000',
57
        'posLength' => [
58
            5,
59
        ],
60
    ],
61
    'internationalPrefix' => '',
62
    'numberFormat' => [],
63
];