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