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' => 'ZA',
12
    'countryCode' => 0,
13
    'generalDesc' => [
14
        'pattern' => '[134]\\d{2,4}',
15
        'posLength' => [
16
            3,
17
            4,
18
            5,
19
        ],
20
    ],
21
    'tollFree' => [
22
        'pattern' => '1(?:01\\d\\d|12)',
23
        'example' => '112',
24
        'posLength' => [
25
            3,
26
            5,
27
        ],
28
    ],
29
    'premiumRate' => [
30
        'pattern' => '41(?:348|851)',
31
        'example' => '41348',
32
        'posLength' => [
33
            5,
34
        ],
35
    ],
36
    'emergency' => [
37
        'pattern' => '1(?:01(?:11|77)|12)',
38
        'example' => '112',
39
        'posLength' => [
40
            3,
41
            5,
42
        ],
43
    ],
44
    'shortCode' => [
45
        'pattern' => '1(?:0(?:1(?:11|77)|20|7)|1[12]|77(?:3[237]|[45]7|6[279]|9[26]))|[34]\\d{4}',
46
        'example' => '107',
47
    ],
48
    'standardRate' => [
49
        'pattern' => '3(?:078[23]|7(?:064|567)|8126)|4(?:394[16]|7751|8837)|4[23]699',
50
        'example' => '30782',
51
        'posLength' => [
52
            5,
53
        ],
54
    ],
55
    'carrierSpecific' => [
56
        'pattern' => '111',
57
        'example' => '111',
58
        'posLength' => [
59
            3,
60
        ],
61
    ],
62
    'smsServices' => [
63
        'pattern' => '[34]\\d{4}',
64
        'example' => '30000',
65
        'posLength' => [
66
            5,
67
        ],
68
    ],
69
    'internationalPrefix' => '',
70
    'numberFormat' => [],
71
];