PluginProbe
PayPlug for WooCommerce (Official) / 1.2.4
PayPlug for WooCommerce (Official) v1.2.4
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 / PhoneNumberMetadata_SH.php

PhoneNumberMetadata_SH.php in PayPlug for WooCommerce (Official) 1.2.4, at lib/libphonenumber/data/PhoneNumberMetadata_SH.php

157 lines 2.7 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' => '(?:[256]\\d|8)\\d{3}',
18 'PossibleLength' =>
19 array (
20 0 => 4,
21 1 => 5,
22 ),
23 'PossibleLengthLocalOnly' =>
24 array (
25 ),
26 ),
27 'fixedLine' =>
28 array (
29 'NationalNumberPattern' => '2(?:[0-57-9]\\d|6[4-9])\\d\\d',
30 'ExampleNumber' => '22158',
31 'PossibleLength' =>
32 array (
33 ),
34 'PossibleLengthLocalOnly' =>
35 array (
36 ),
37 ),
38 'mobile' =>
39 array (
40 'NationalNumberPattern' => '[56]\\d{4}',
41 'ExampleNumber' => '51234',
42 'PossibleLength' =>
43 array (
44 0 => 5,
45 ),
46 'PossibleLengthLocalOnly' =>
47 array (
48 ),
49 ),
50 'tollFree' =>
51 array (
52 'PossibleLength' =>
53 array (
54 0 => -1,
55 ),
56 'PossibleLengthLocalOnly' =>
57 array (
58 ),
59 ),
60 'premiumRate' =>
61 array (
62 'PossibleLength' =>
63 array (
64 0 => -1,
65 ),
66 'PossibleLengthLocalOnly' =>
67 array (
68 ),
69 ),
70 'sharedCost' =>
71 array (
72 'PossibleLength' =>
73 array (
74 0 => -1,
75 ),
76 'PossibleLengthLocalOnly' =>
77 array (
78 ),
79 ),
80 'personalNumber' =>
81 array (
82 'PossibleLength' =>
83 array (
84 0 => -1,
85 ),
86 'PossibleLengthLocalOnly' =>
87 array (
88 ),
89 ),
90 'voip' =>
91 array (
92 'NationalNumberPattern' => '262\\d\\d',
93 'ExampleNumber' => '26212',
94 'PossibleLength' =>
95 array (
96 0 => 5,
97 ),
98 'PossibleLengthLocalOnly' =>
99 array (
100 ),
101 ),
102 'pager' =>
103 array (
104 'PossibleLength' =>
105 array (
106 0 => -1,
107 ),
108 'PossibleLengthLocalOnly' =>
109 array (
110 ),
111 ),
112 'uan' =>
113 array (
114 'PossibleLength' =>
115 array (
116 0 => -1,
117 ),
118 'PossibleLengthLocalOnly' =>
119 array (
120 ),
121 ),
122 'voicemail' =>
123 array (
124 'PossibleLength' =>
125 array (
126 0 => -1,
127 ),
128 'PossibleLengthLocalOnly' =>
129 array (
130 ),
131 ),
132 'noInternationalDialling' =>
133 array (
134 'PossibleLength' =>
135 array (
136 0 => -1,
137 ),
138 'PossibleLengthLocalOnly' =>
139 array (
140 ),
141 ),
142 'id' => 'SH',
143 'countryCode' => 290,
144 'internationalPrefix' => '00',
145 'sameMobileAndFixedLinePattern' => false,
146 'numberFormat' =>
147 array (
148 ),
149 'intlNumberFormat' =>
150 array (
151 ),
152 'mainCountryForCode' => true,
153 'leadingDigits' => '[256]',
154 'leadingZeroPossible' => false,
155 'mobileNumberPortableRegion' => false,
156 );
157