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' => 'PS',
12
    'countryCode' => 970,
13
    'generalDesc' => [
14
        'pattern' => '[2489]2\\d{6}|(?:1\\d|5)\\d{8}',
15
        'posLength' => [
16
            8,
17
            9,
18
            10,
19
        ],
20
        'posLengthLocal' => [
21
            7,
22
        ],
23
    ],
24
    'fixedLine' => [
25
        'pattern' => '(?:22[2-47-9]|42[45]|82[014-68]|92[3569])\\d{5}',
26
        'example' => '22234567',
27
        'posLength' => [
28
            8,
29
        ],
30
        'posLengthLocal' => [
31
            7,
32
        ],
33
    ],
34
    'mobile' => [
35
        'pattern' => '5[69]\\d{7}',
36
        'example' => '599123456',
37
        'posLength' => [
38
            9,
39
        ],
40
    ],
41
    'tollFree' => [
42
        'pattern' => '1800\\d{6}',
43
        'example' => '1800123456',
44
        'posLength' => [
45
            10,
46
        ],
47
    ],
48
    'premiumRate' => [
49
        'posLength' => [
50
            -1,
51
        ],
52
    ],
53
    'sharedCost' => [
54
        'pattern' => '1700\\d{6}',
55
        'example' => '1700123456',
56
        'posLength' => [
57
            10,
58
        ],
59
    ],
60
    'personalNumber' => [
61
        'posLength' => [
62
            -1,
63
        ],
64
    ],
65
    'voip' => [
66
        'posLength' => [
67
            -1,
68
        ],
69
    ],
70
    'pager' => [
71
        'posLength' => [
72
            -1,
73
        ],
74
    ],
75
    'uan' => [
76
        'posLength' => [
77
            -1,
78
        ],
79
    ],
80
    'voicemail' => [
81
        'posLength' => [
82
            -1,
83
        ],
84
    ],
85
    'noInternationalDialling' => [
86
        'posLength' => [
87
            -1,
88
        ],
89
    ],
90
    'internationalPrefix' => '00',
91
    'nationalPrefix' => '0',
92
    'nationalPrefixForParsing' => '0',
93
    'numberFormat' => [
94
        [
95
            'pattern' => '(\\d)(\\d{3})(\\d{4})',
96
            'format' => '$1 $2 $3',
97
            'leadingDigitsPatterns' => [
98
                '[2489]',
99
            ],
100
            'nationalPrefixFormattingRule' => '0$1',
101
            'domesticCarrierCodeFormattingRule' => '',
102
        ],
103
        [
104
            'pattern' => '(\\d{3})(\\d{3})(\\d{3})',
105
            'format' => '$1 $2 $3',
106
            'leadingDigitsPatterns' => [
107
                '5',
108
            ],
109
            'nationalPrefixFormattingRule' => '0$1',
110
            'domesticCarrierCodeFormattingRule' => '',
111
        ],
112
        [
113
            'pattern' => '(\\d{4})(\\d{3})(\\d{3})',
114
            'format' => '$1 $2 $3',
115
            'leadingDigitsPatterns' => [
116
                '1',
117
            ],
118
            'nationalPrefixFormattingRule' => '',
119
            'domesticCarrierCodeFormattingRule' => '',
120
        ],
121
    ],
122
];