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' => 'PL',
12
    'countryCode' => 0,
13
    'generalDesc' => [
14
        'pattern' => '[19]\\d\\d(?:\\d{2,3})?',
15
        'posLength' => [
16
            3,
17
            5,
18
            6,
19
        ],
20
    ],
21
    'tollFree' => [
22
        'pattern' => '11(?:2|6\\d{3})|99[7-9]',
23
        'example' => '112',
24
        'posLength' => [
25
            3,
26
            6,
27
        ],
28
    ],
29
    'premiumRate' => [
30
        'posLength' => [
31
            -1,
32
        ],
33
    ],
34
    'emergency' => [
35
        'pattern' => '112|99[7-9]',
36
        'example' => '112',
37
        'posLength' => [
38
            3,
39
        ],
40
    ],
41
    'shortCode' => [
42
        'pattern' => '1(?:1(?:2|61(?:11|23)|891[23])|9\\d{3})|9(?:8[4-7]|9[1-9])|11[68]000',
43
        'example' => '112',
44
    ],
45
    'standardRate' => [
46
        'posLength' => [
47
            -1,
48
        ],
49
    ],
50
    'carrierSpecific' => [
51
        'posLength' => [
52
            -1,
53
        ],
54
    ],
55
    'smsServices' => [
56
        'posLength' => [
57
            -1,
58
        ],
59
    ],
60
    'internationalPrefix' => '',
61
    'numberFormat' => [],
62
];