PluginProbe
PayPlug for WooCommerce (Official) / 1.2.1
PayPlug for WooCommerce (Official) v1.2.1
3.0.0 2.18.0 1.0.17 1.0.18 1.0.19 1.0.20 1.0.21 1.0.22 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.1.0 1.10.0 1.10.1 1.2.1 1.2.10 1.2.11 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 All 101 releases
payplug / lib / libphonenumber / data / ShortNumberMetadata_TG.php

ShortNumberMetadata_TG.php in PayPlug for WooCommerce (Official) 1.2.1, at lib/libphonenumber/data/ShortNumberMetadata_TG.php

116 lines 2.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * This file has been @generated by a phing task by {@link BuildMetadataPHPFromXml}.
4 * See [README.md](README.md#generating-data) for more information.
5 *
6 * Pull requests changing data in these files will not be accepted. See the
7 * [FAQ in the README](README.md#problems-with-invalid-numbers] on how to make
8 * metadata changes.
9 *
10 * Do not modify this file directly!
11 */
12
13
14 return array (
15 'generalDesc' =>
16 array (
17 'NationalNumberPattern' => '1\\d{2,3}',
18 'PossibleLength' =>
19 array (
20 0 => 3,
21 1 => 4,
22 ),
23 'PossibleLengthLocalOnly' =>
24 array (
25 ),
26 ),
27 'tollFree' =>
28 array (
29 'NationalNumberPattern' => '1(?:1[78]|7[127])',
30 'ExampleNumber' => '117',
31 'PossibleLength' =>
32 array (
33 0 => 3,
34 ),
35 'PossibleLengthLocalOnly' =>
36 array (
37 ),
38 ),
39 'premiumRate' =>
40 array (
41 'PossibleLength' =>
42 array (
43 0 => -1,
44 ),
45 'PossibleLengthLocalOnly' =>
46 array (
47 ),
48 ),
49 'emergency' =>
50 array (
51 'NationalNumberPattern' => '1(?:1[78]|7[127])',
52 'ExampleNumber' => '117',
53 'PossibleLength' =>
54 array (
55 0 => 3,
56 ),
57 'PossibleLengthLocalOnly' =>
58 array (
59 ),
60 ),
61 'shortCode' =>
62 array (
63 'NationalNumberPattern' => '1(?:011|1[078]|7[127])',
64 'ExampleNumber' => '110',
65 'PossibleLength' =>
66 array (
67 ),
68 'PossibleLengthLocalOnly' =>
69 array (
70 ),
71 ),
72 'standardRate' =>
73 array (
74 'PossibleLength' =>
75 array (
76 0 => -1,
77 ),
78 'PossibleLengthLocalOnly' =>
79 array (
80 ),
81 ),
82 'carrierSpecific' =>
83 array (
84 'PossibleLength' =>
85 array (
86 0 => -1,
87 ),
88 'PossibleLengthLocalOnly' =>
89 array (
90 ),
91 ),
92 'smsServices' =>
93 array (
94 'PossibleLength' =>
95 array (
96 0 => -1,
97 ),
98 'PossibleLengthLocalOnly' =>
99 array (
100 ),
101 ),
102 'id' => 'TG',
103 'countryCode' => 0,
104 'internationalPrefix' => '',
105 'sameMobileAndFixedLinePattern' => false,
106 'numberFormat' =>
107 array (
108 ),
109 'intlNumberFormat' =>
110 array (
111 ),
112 'mainCountryForCode' => false,
113 'leadingZeroPossible' => false,
114 'mobileNumberPortableRegion' => false,
115 );
116