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