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' => 973,
13
    'generalDesc' => [
14
        'pattern' => '[136-9]\\d{7}',
15
        'posLength' => [
16
            8,
17
        ],
18
    ],
19
    'fixedLine' => [
20
        'pattern' => '(?:1(?:3[1356]|6[0156]|7\\d)\\d|6(?:1[16]\\d|500|6(?:0\\d|3[12]|44|55|7[7-9]|88)|9[69][69])|7(?:[07]\\d\\d|1(?:11|78)))\\d{4}',
21
        'example' => '17001234',
22
    ],
23
    'mobile' => [
24
        'pattern' => '(?:3(?:[0-79]\\d|8[0-57-9])\\d|6(?:3(?:00|33|6[16])|441|6(?:3[03-9]|[69]\\d|7[0-689])))\\d{4}',
25
        'example' => '36001234',
26
    ],
27
    'tollFree' => [
28
        'pattern' => '8[02369]\\d{6}',
29
        'example' => '80123456',
30
    ],
31
    'premiumRate' => [
32
        'pattern' => '(?:87|9[0-8])\\d{6}',
33
        'example' => '90123456',
34
    ],
35
    'sharedCost' => [
36
        'pattern' => '84\\d{6}',
37
        'example' => '84123456',
38
    ],
39
    'personalNumber' => [
40
        'posLength' => [
41
            -1,
42
        ],
43
    ],
44
    'voip' => [
45
        'posLength' => [
46
            -1,
47
        ],
48
    ],
49
    'pager' => [
50
        'posLength' => [
51
            -1,
52
        ],
53
    ],
54
    'uan' => [
55
        'posLength' => [
56
            -1,
57
        ],
58
    ],
59
    'voicemail' => [
60
        'posLength' => [
61
            -1,
62
        ],
63
    ],
64
    'noInternationalDialling' => [
65
        'posLength' => [
66
            -1,
67
        ],
68
    ],
69
    'internationalPrefix' => '00',
70
    'numberFormat' => [
71
        [
72
            'pattern' => '(\\d{4})(\\d{4})',
73
            'format' => '$1 $2',
74
            'leadingDigitsPatterns' => [
75
                '[13679]|8[02-4679]',
76
            ],
77
            'nationalPrefixFormattingRule' => '',
78
            'domesticCarrierCodeFormattingRule' => '',
79
        ],
80
    ],
81
    'mobileNumberPortableRegion' => true,
82
];