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' => 'MZ',
12
    'countryCode' => 258,
13
    'generalDesc' => [
14
        'pattern' => '(?:2|8\\d)\\d{7}',
15
        'posLength' => [
16
            8,
17
            9,
18
        ],
19
    ],
20
    'fixedLine' => [
21
        'pattern' => '2(?:[1346]\\d|5[0-2]|[78][12]|93)\\d{5}',
22
        'example' => '21123456',
23
        'posLength' => [
24
            8,
25
        ],
26
    ],
27
    'mobile' => [
28
        'pattern' => '8[2-79]\\d{7}',
29
        'example' => '821234567',
30
        'posLength' => [
31
            9,
32
        ],
33
    ],
34
    'tollFree' => [
35
        'pattern' => '800\\d{6}',
36
        'example' => '800123456',
37
        'posLength' => [
38
            9,
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{2})(\\d{3})(\\d{3,4})',
85
            'format' => '$1 $2 $3',
86
            'leadingDigitsPatterns' => [
87
                '2|8[2-79]',
88
            ],
89
            'nationalPrefixFormattingRule' => '',
90
            'domesticCarrierCodeFormattingRule' => '',
91
        ],
92
        [
93
            'pattern' => '(\\d{3})(\\d{3})(\\d{3})',
94
            'format' => '$1 $2 $3',
95
            'leadingDigitsPatterns' => [
96
                '8',
97
            ],
98
            'nationalPrefixFormattingRule' => '',
99
            'domesticCarrierCodeFormattingRule' => '',
100
        ],
101
    ],
102
];