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' => 'BD',
12
    'countryCode' => 0,
13
    'generalDesc' => [
14
        'pattern' => '[1579]\\d{2,4}',
15
        'posLength' => [
16
            3,
17
            4,
18
            5,
19
        ],
20
    ],
21
    'tollFree' => [
22
        'pattern' => '10[0-26]|[19]99',
23
        'example' => '100',
24
        'posLength' => [
25
            3,
26
        ],
27
    ],
28
    'premiumRate' => [
29
        'posLength' => [
30
            -1,
31
        ],
32
    ],
33
    'emergency' => [
34
        'pattern' => '10[0-2]|[19]99',
35
        'example' => '100',
36
        'posLength' => [
37
            3,
38
        ],
39
    ],
40
    'shortCode' => [
41
        'pattern' => '1(?:0(?:[0-369]|5[1-4]|7[0-4]|8[0-29])|1[16-9]|2(?:[134]|2[0-5])|3(?:1\\d?|6[3-6])|5[2-9])|5012|786|9594|[19]99|1(?:0(?:50|6\\d)|33|4(?:0|1\\d))\\d',
42
        'example' => '100',
43
    ],
44
    'standardRate' => [
45
        'posLength' => [
46
            -1,
47
        ],
48
    ],
49
    'carrierSpecific' => [
50
        'pattern' => '1(?:11|2[13])|(?:501|959)\\d|786',
51
        'example' => '111',
52
        'posLength' => [
53
            3,
54
            4,
55
        ],
56
    ],
57
    'smsServices' => [
58
        'pattern' => '959\\d',
59
        'example' => '9590',
60
        'posLength' => [
61
            4,
62
        ],
63
    ],
64
    'internationalPrefix' => '',
65
    'numberFormat' => [],
66
];