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' => 'BF',
12
    'countryCode' => 226,
13
    'generalDesc' => [
14
        'pattern' => '[025-7]\\d{7}',
15
        'posLength' => [
16
            8,
17
        ],
18
    ],
19
    'fixedLine' => [
20
        'pattern' => '2(?:0(?:49|5[23]|6[5-7]|9[016-9])|4(?:4[569]|5[4-6]|6[5-7]|7[0179])|5(?:[34]\\d|50|6[5-7]))\\d{4}',
21
        'example' => '20491234',
22
    ],
23
    'mobile' => [
24
        'pattern' => '(?:0[1-7]|5[0-8]|[67]\\d)\\d{6}',
25
        'example' => '70123456',
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
        'posLength' => [
49
            -1,
50
        ],
51
    ],
52
    'pager' => [
53
        'posLength' => [
54
            -1,
55
        ],
56
    ],
57
    'uan' => [
58
        'posLength' => [
59
            -1,
60
        ],
61
    ],
62
    'voicemail' => [
63
        'posLength' => [
64
            -1,
65
        ],
66
    ],
67
    'noInternationalDialling' => [
68
        'posLength' => [
69
            -1,
70
        ],
71
    ],
72
    'internationalPrefix' => '00',
73
    'numberFormat' => [
74
        [
75
            'pattern' => '(\\d{2})(\\d{2})(\\d{2})(\\d{2})',
76
            'format' => '$1 $2 $3 $4',
77
            'leadingDigitsPatterns' => [
78
                '[025-7]',
79
            ],
80
            'nationalPrefixFormattingRule' => '',
81
            'domesticCarrierCodeFormattingRule' => '',
82
        ],
83
    ],
84
];