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