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' => 'BN',
12
    'countryCode' => 673,
13
    'generalDesc' => [
14
        'pattern' => '[2-578]\\d{6}',
15
        'posLength' => [
16
            7,
17
        ],
18
    ],
19
    'fixedLine' => [
20
        'pattern' => '22[0-7]\\d{4}|(?:2[013-9]|[34]\\d|5[0-25-9])\\d{5}',
21
        'example' => '2345678',
22
    ],
23
    'mobile' => [
24
        'pattern' => '(?:22[89]|[78]\\d\\d)\\d{4}',
25
        'example' => '7123456',
26
    ],
27
    'tollFree' => [
28
        'posLength' => [
29
            -1,
30
        ],
31
    ],
32
    'premiumRate' => [
33
        'posLength' => [
34
            -1,
35
        ],
36
    ],
37
    'sharedCost' => [
38
        'posLength' => [
39
            -1,
40
        ],
41
    ],
42
    'personalNumber' => [
43
        'posLength' => [
44
            -1,
45
        ],
46
    ],
47
    'voip' => [
48
        'pattern' => '5[34]\\d{5}',
49
        'example' => '5345678',
50
    ],
51
    'pager' => [
52
        'posLength' => [
53
            -1,
54
        ],
55
    ],
56
    'uan' => [
57
        'posLength' => [
58
            -1,
59
        ],
60
    ],
61
    'voicemail' => [
62
        'posLength' => [
63
            -1,
64
        ],
65
    ],
66
    'noInternationalDialling' => [
67
        'posLength' => [
68
            -1,
69
        ],
70
    ],
71
    'internationalPrefix' => '00',
72
    'numberFormat' => [
73
        [
74
            'pattern' => '(\\d{3})(\\d{4})',
75
            'format' => '$1 $2',
76
            'leadingDigitsPatterns' => [
77
                '[2-578]',
78
            ],
79
            'nationalPrefixFormattingRule' => '',
80
            'domesticCarrierCodeFormattingRule' => '',
81
        ],
82
    ],
83
];