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' => 'BZ',
12
    'countryCode' => 501,
13
    'generalDesc' => [
14
        'pattern' => '(?:0800\\d|[2-8])\\d{6}',
15
        'posLength' => [
16
            7,
17
            11,
18
        ],
19
    ],
20
    'fixedLine' => [
21
        'pattern' => '(?:2(?:[02]\\d|36|[68]0)|[3-58](?:[02]\\d|[68]0)|7(?:[02]\\d|32|[68]0))\\d{4}',
22
        'example' => '2221234',
23
        'posLength' => [
24
            7,
25
        ],
26
    ],
27
    'mobile' => [
28
        'pattern' => '6[0-35-7]\\d{5}',
29
        'example' => '6221234',
30
        'posLength' => [
31
            7,
32
        ],
33
    ],
34
    'tollFree' => [
35
        'pattern' => '0800\\d{7}',
36
        'example' => '08001234123',
37
        'posLength' => [
38
            11,
39
        ],
40
    ],
41
    'premiumRate' => [
42
        'posLength' => [
43
            -1,
44
        ],
45
    ],
46
    'sharedCost' => [
47
        'posLength' => [
48
            -1,
49
        ],
50
    ],
51
    'personalNumber' => [
52
        'posLength' => [
53
            -1,
54
        ],
55
    ],
56
    'voip' => [
57
        'posLength' => [
58
            -1,
59
        ],
60
    ],
61
    'pager' => [
62
        'posLength' => [
63
            -1,
64
        ],
65
    ],
66
    'uan' => [
67
        'posLength' => [
68
            -1,
69
        ],
70
    ],
71
    'voicemail' => [
72
        'posLength' => [
73
            -1,
74
        ],
75
    ],
76
    'noInternationalDialling' => [
77
        'posLength' => [
78
            -1,
79
        ],
80
    ],
81
    'internationalPrefix' => '00',
82
    'numberFormat' => [
83
        [
84
            'pattern' => '(\\d{3})(\\d{4})',
85
            'format' => '$1-$2',
86
            'leadingDigitsPatterns' => [
87
                '[2-8]',
88
            ],
89
            'nationalPrefixFormattingRule' => '',
90
            'domesticCarrierCodeFormattingRule' => '',
91
        ],
92
        [
93
            'pattern' => '(\\d)(\\d{3})(\\d{4})(\\d{3})',
94
            'format' => '$1-$2-$3-$4',
95
            'leadingDigitsPatterns' => [
96
                '0',
97
            ],
98
            'nationalPrefixFormattingRule' => '',
99
            'domesticCarrierCodeFormattingRule' => '',
100
        ],
101
    ],
102
];