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' => 'SJ',
12
    'countryCode' => 47,
13
    'generalDesc' => [
14
        'pattern' => '0\\d{4}|(?:[489]\\d|79)\\d{6}',
15
        'posLength' => [
16
            5,
17
            8,
18
        ],
19
    ],
20
    'fixedLine' => [
21
        'pattern' => '79\\d{6}',
22
        'example' => '79123456',
23
        'posLength' => [
24
            8,
25
        ],
26
    ],
27
    'mobile' => [
28
        'pattern' => '(?:4[015-8]|9\\d)\\d{6}',
29
        'example' => '41234567',
30
        'posLength' => [
31
            8,
32
        ],
33
    ],
34
    'tollFree' => [
35
        'pattern' => '80[01]\\d{5}',
36
        'example' => '80012345',
37
        'posLength' => [
38
            8,
39
        ],
40
    ],
41
    'premiumRate' => [
42
        'pattern' => '82[09]\\d{5}',
43
        'example' => '82012345',
44
        'posLength' => [
45
            8,
46
        ],
47
    ],
48
    'sharedCost' => [
49
        'pattern' => '810(?:0[0-6]|[2-8]\\d)\\d{3}',
50
        'example' => '81021234',
51
        'posLength' => [
52
            8,
53
        ],
54
    ],
55
    'personalNumber' => [
56
        'pattern' => '880\\d{5}',
57
        'example' => '88012345',
58
        'posLength' => [
59
            8,
60
        ],
61
    ],
62
    'voip' => [
63
        'pattern' => '85[0-5]\\d{5}',
64
        'example' => '85012345',
65
        'posLength' => [
66
            8,
67
        ],
68
    ],
69
    'pager' => [
70
        'posLength' => [
71
            -1,
72
        ],
73
    ],
74
    'uan' => [
75
        'pattern' => '(?:0[235-9]|81(?:0(?:0[7-9]|1\\d)|5\\d\\d))\\d{3}',
76
        'example' => '02000',
77
    ],
78
    'voicemail' => [
79
        'pattern' => '81[23]\\d{5}',
80
        'example' => '81212345',
81
        'posLength' => [
82
            8,
83
        ],
84
    ],
85
    'noInternationalDialling' => [
86
        'posLength' => [
87
            -1,
88
        ],
89
    ],
90
    'internationalPrefix' => '00',
91
    'numberFormat' => [],
92
    'leadingDigits' => '79',
93
];