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' => 'SC',
12
    'countryCode' => 248,
13
    'generalDesc' => [
14
        'pattern' => '(?:[2489]\\d|64)\\d{5}',
15
        'posLength' => [
16
            7,
17
        ],
18
    ],
19
    'fixedLine' => [
20
        'pattern' => '4[2-46]\\d{5}',
21
        'example' => '4217123',
22
    ],
23
    'mobile' => [
24
        'pattern' => '2[125-8]\\d{5}',
25
        'example' => '2510123',
26
    ],
27
    'tollFree' => [
28
        'pattern' => '800[08]\\d{3}',
29
        'example' => '8000000',
30
    ],
31
    'premiumRate' => [
32
        'pattern' => '85\\d{5}',
33
        'example' => '8512345',
34
    ],
35
    'sharedCost' => [
36
        'posLength' => [
37
            -1,
38
        ],
39
    ],
40
    'personalNumber' => [
41
        'posLength' => [
42
            -1,
43
        ],
44
    ],
45
    'voip' => [
46
        'pattern' => '971\\d{4}|(?:64|95)\\d{5}',
47
        'example' => '6412345',
48
    ],
49
    'pager' => [
50
        'posLength' => [
51
            -1,
52
        ],
53
    ],
54
    'uan' => [
55
        'posLength' => [
56
            -1,
57
        ],
58
    ],
59
    'voicemail' => [
60
        'posLength' => [
61
            -1,
62
        ],
63
    ],
64
    'noInternationalDialling' => [
65
        'posLength' => [
66
            -1,
67
        ],
68
    ],
69
    'internationalPrefix' => '010|0[0-2]',
70
    'preferredInternationalPrefix' => '00',
71
    'numberFormat' => [
72
        [
73
            'pattern' => '(\\d)(\\d{3})(\\d{3})',
74
            'format' => '$1 $2 $3',
75
            'leadingDigitsPatterns' => [
76
                '[246]|9[57]',
77
            ],
78
            'nationalPrefixFormattingRule' => '',
79
            'domesticCarrierCodeFormattingRule' => '',
80
        ],
81
    ],
82
];