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