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' => 'IM',
12
    'countryCode' => 44,
13
    'generalDesc' => [
14
        'pattern' => '1624\\d{6}|(?:[3578]\\d|90)\\d{8}',
15
        'posLength' => [
16
            10,
17
        ],
18
        'posLengthLocal' => [
19
            6,
20
        ],
21
    ],
22
    'fixedLine' => [
23
        'pattern' => '1624(?:230|[5-8]\\d\\d)\\d{3}',
24
        'example' => '1624756789',
25
        'posLengthLocal' => [
26
            6,
27
        ],
28
    ],
29
    'mobile' => [
30
        'pattern' => '76245[06]\\d{4}|7(?:4576|[59]24\\d|624[0-4689])\\d{5}',
31
        'example' => '7924123456',
32
    ],
33
    'tollFree' => [
34
        'pattern' => '808162\\d{4}',
35
        'example' => '8081624567',
36
    ],
37
    'premiumRate' => [
38
        'pattern' => '8(?:440[49]06|72299\\d)\\d{3}|(?:8(?:45|70)|90[0167])624\\d{4}',
39
        'example' => '9016247890',
40
    ],
41
    'sharedCost' => [
42
        'posLength' => [
43
            -1,
44
        ],
45
    ],
46
    'personalNumber' => [
47
        'pattern' => '70\\d{8}',
48
        'example' => '7012345678',
49
    ],
50
    'voip' => [
51
        'pattern' => '56\\d{8}',
52
        'example' => '5612345678',
53
    ],
54
    'pager' => [
55
        'posLength' => [
56
            -1,
57
        ],
58
    ],
59
    'uan' => [
60
        'pattern' => '3440[49]06\\d{3}|(?:3(?:08162|3\\d{4}|45624|7(?:0624|2299))|55\\d{4})\\d{4}',
61
        'example' => '5512345678',
62
    ],
63
    'voicemail' => [
64
        'posLength' => [
65
            -1,
66
        ],
67
    ],
68
    'noInternationalDialling' => [
69
        'posLength' => [
70
            -1,
71
        ],
72
    ],
73
    'internationalPrefix' => '00',
74
    'nationalPrefix' => '0',
75
    'nationalPrefixForParsing' => '([25-8]\\d{5})$|0',
76
    'nationalPrefixTransformRule' => '1624$1',
77
    'numberFormat' => [],
78
    'leadingDigits' => '74576|(?:16|7[56])24',
79
];