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' => 0,
13
    'generalDesc' => [
14
        'pattern' => '[18]\\d{1,3}',
15
        'posLength' => [
16
            2,
17
            3,
18
            4,
19
        ],
20
    ],
21
    'tollFree' => [
22
        'pattern' => '1(?:1[37]|[37])',
23
        'example' => '13',
24
        'posLength' => [
25
            2,
26
            3,
27
        ],
28
    ],
29
    'premiumRate' => [
30
        'posLength' => [
31
            -1,
32
        ],
33
    ],
34
    'emergency' => [
35
        'pattern' => '1(?:1[37]|[37])',
36
        'example' => '13',
37
        'posLength' => [
38
            2,
39
            3,
40
        ],
41
    ],
42
    'shortCode' => [
43
        'pattern' => '1(?:1[37]|[37])|8711',
44
        'example' => '13',
45
    ],
46
    'standardRate' => [
47
        'posLength' => [
48
            -1,
49
        ],
50
    ],
51
    'carrierSpecific' => [
52
        'pattern' => '871\\d',
53
        'example' => '8710',
54
        'posLength' => [
55
            4,
56
        ],
57
    ],
58
    'smsServices' => [
59
        'pattern' => '871\\d',
60
        'example' => '8710',
61
        'posLength' => [
62
            4,
63
        ],
64
    ],
65
    'internationalPrefix' => '',
66
    'numberFormat' => [],
67
];