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