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' => 'PW',
12
    'countryCode' => 680,
13
    'generalDesc' => [
14
        'pattern' => '(?:[24-8]\\d\\d|345|900)\\d{4}',
15
        'posLength' => [
16
            7,
17
        ],
18
    ],
19
    'fixedLine' => [
20
        'pattern' => '(?:2(?:55|77)|345|488|5(?:35|44|87)|6(?:22|54|79)|7(?:33|47)|8(?:24|55|76)|900)\\d{4}',
21
        'example' => '2771234',
22
    ],
23
    'mobile' => [
24
        'pattern' => '(?:(?:46|83)[0-5]|(?:6[2-4689]|78)0)\\d{4}|(?:45|77|88)\\d{5}',
25
        'example' => '6201234',
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' => '01[12]',
73
    'numberFormat' => [
74
        [
75
            'pattern' => '(\\d{3})(\\d{4})',
76
            'format' => '$1 $2',
77
            'leadingDigitsPatterns' => [
78
                '[2-9]',
79
            ],
80
            'nationalPrefixFormattingRule' => '',
81
            'domesticCarrierCodeFormattingRule' => '',
82
        ],
83
    ],
84
];