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' => 'OM',
12
    'countryCode' => 968,
13
    'generalDesc' => [
14
        'pattern' => '(?:1505|[279]\\d{3}|500)\\d{4}|800\\d{5,6}',
15
        'posLength' => [
16
            7,
17
            8,
18
            9,
19
        ],
20
    ],
21
    'fixedLine' => [
22
        'pattern' => '2[1-6]\\d{6}',
23
        'example' => '23123456',
24
        'posLength' => [
25
            8,
26
        ],
27
    ],
28
    'mobile' => [
29
        'pattern' => '(?:1505|90[1-9]\\d)\\d{4}|(?:7[126-9]|9[1-9])\\d{6}',
30
        'example' => '92123456',
31
        'posLength' => [
32
            8,
33
        ],
34
    ],
35
    'tollFree' => [
36
        'pattern' => '8007\\d{4,5}|(?:500|800[05])\\d{4}',
37
        'example' => '80071234',
38
    ],
39
    'premiumRate' => [
40
        'pattern' => '900\\d{5}',
41
        'example' => '90012345',
42
        'posLength' => [
43
            8,
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{3})(\\d{4,6})',
85
            'format' => '$1 $2',
86
            'leadingDigitsPatterns' => [
87
                '[58]',
88
            ],
89
            'nationalPrefixFormattingRule' => '',
90
            'domesticCarrierCodeFormattingRule' => '',
91
        ],
92
        [
93
            'pattern' => '(\\d{2})(\\d{6})',
94
            'format' => '$1 $2',
95
            'leadingDigitsPatterns' => [
96
                '2',
97
            ],
98
            'nationalPrefixFormattingRule' => '',
99
            'domesticCarrierCodeFormattingRule' => '',
100
        ],
101
        [
102
            'pattern' => '(\\d{4})(\\d{4})',
103
            'format' => '$1 $2',
104
            'leadingDigitsPatterns' => [
105
                '[179]',
106
            ],
107
            'nationalPrefixFormattingRule' => '',
108
            'domesticCarrierCodeFormattingRule' => '',
109
        ],
110
    ],
111
    'mobileNumberPortableRegion' => true,
112
];