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' => 'CF',
12
    'countryCode' => 236,
13
    'generalDesc' => [
14
        'pattern' => '(?:[27]\\d{3}|8776)\\d{4}',
15
        'posLength' => [
16
            8,
17
        ],
18
    ],
19
    'fixedLine' => [
20
        'pattern' => '2[12]\\d{6}',
21
        'example' => '21612345',
22
    ],
23
    'mobile' => [
24
        'pattern' => '7[024-7]\\d{6}',
25
        'example' => '70012345',
26
    ],
27
    'tollFree' => [
28
        'posLength' => [
29
            -1,
30
        ],
31
    ],
32
    'premiumRate' => [
33
        'pattern' => '8776\\d{4}',
34
        'example' => '87761234',
35
    ],
36
    'sharedCost' => [
37
        'posLength' => [
38
            -1,
39
        ],
40
    ],
41
    'personalNumber' => [
42
        'posLength' => [
43
            -1,
44
        ],
45
    ],
46
    'voip' => [
47
        'posLength' => [
48
            -1,
49
        ],
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{2})(\\d{2})(\\d{2})(\\d{2})',
75
            'format' => '$1 $2 $3 $4',
76
            'leadingDigitsPatterns' => [
77
                '[278]',
78
            ],
79
            'nationalPrefixFormattingRule' => '',
80
            'domesticCarrierCodeFormattingRule' => '',
81
        ],
82
    ],
83
];