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