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' => 'WS',
12
    'countryCode' => 0,
13
    'generalDesc' => [
14
        'pattern' => '[19]\\d\\d',
15
        'posLength' => [
16
            3,
17
        ],
18
    ],
19
    'tollFree' => [
20
        'pattern' => '9(?:11|9[4-69])',
21
        'example' => '911',
22
    ],
23
    'premiumRate' => [
24
        'posLength' => [
25
            -1,
26
        ],
27
    ],
28
    'emergency' => [
29
        'pattern' => '9(?:11|9[4-69])',
30
        'example' => '911',
31
    ],
32
    'shortCode' => [
33
        'pattern' => '1(?:1[12]|2[0-6]|[39]0)|9(?:11|9[4-79])',
34
        'example' => '111',
35
    ],
36
    'standardRate' => [
37
        'posLength' => [
38
            -1,
39
        ],
40
    ],
41
    'carrierSpecific' => [
42
        'pattern' => '12[0-6]',
43
        'example' => '120',
44
    ],
45
    'smsServices' => [
46
        'posLength' => [
47
            -1,
48
        ],
49
    ],
50
    'internationalPrefix' => '',
51
    'numberFormat' => [],
52
];