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' => 'NR',
12
    'countryCode' => 674,
13
    'generalDesc' => [
14
        'pattern' => '(?:444|(?:55|8\\d)\\d|666)\\d{4}',
15
        'posLength' => [
16
            7,
17
        ],
18
    ],
19
    'fixedLine' => [
20
        'pattern' => '444\\d{4}',
21
        'example' => '4441234',
22
    ],
23
    'mobile' => [
24
        'pattern' => '(?:55[3-9]|666|8\\d\\d)\\d{4}',
25
        'example' => '5551234',
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{3})(\\d{4})',
76
            'format' => '$1 $2',
77
            'leadingDigitsPatterns' => [
78
                '[4-68]',
79
            ],
80
            'nationalPrefixFormattingRule' => '',
81
            'domesticCarrierCodeFormattingRule' => '',
82
        ],
83
    ],
84
];