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' => 'SH',
12
    'countryCode' => 290,
13
    'generalDesc' => [
14
        'pattern' => '(?:[256]\\d|8)\\d{3}',
15
        'posLength' => [
16
            4,
17
            5,
18
        ],
19
    ],
20
    'fixedLine' => [
21
        'pattern' => '2(?:[0-57-9]\\d|6[4-9])\\d\\d',
22
        'example' => '22158',
23
    ],
24
    'mobile' => [
25
        'pattern' => '[56]\\d{4}',
26
        'example' => '51234',
27
        'posLength' => [
28
            5,
29
        ],
30
    ],
31
    'tollFree' => [
32
        'posLength' => [
33
            -1,
34
        ],
35
    ],
36
    'premiumRate' => [
37
        'posLength' => [
38
            -1,
39
        ],
40
    ],
41
    'sharedCost' => [
42
        'posLength' => [
43
            -1,
44
        ],
45
    ],
46
    'personalNumber' => [
47
        'posLength' => [
48
            -1,
49
        ],
50
    ],
51
    'voip' => [
52
        'pattern' => '262\\d\\d',
53
        'example' => '26212',
54
        'posLength' => [
55
            5,
56
        ],
57
    ],
58
    'pager' => [
59
        'posLength' => [
60
            -1,
61
        ],
62
    ],
63
    'uan' => [
64
        'posLength' => [
65
            -1,
66
        ],
67
    ],
68
    'voicemail' => [
69
        'posLength' => [
70
            -1,
71
        ],
72
    ],
73
    'noInternationalDialling' => [
74
        'posLength' => [
75
            -1,
76
        ],
77
    ],
78
    'internationalPrefix' => '00',
79
    'numberFormat' => [],
80
    'mainCountryForCode' => true,
81
    'leadingDigits' => '[256]',
82
];