PluginProbe
PayPlug for WooCommerce (Official) / 2.9.0
PayPlug for WooCommerce (Official) v2.9.0
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_JO.php

ShortNumberMetadata_JO.php in PayPlug for WooCommerce (Official) 2.9.0, at lib/libphonenumber/data/ShortNumberMetadata_JO.php

120 lines 2.3 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' => '[19]\\d\\d(?:\\d{2})?',
18 'PossibleLength' =>
19 array (
20 0 => 3,
21 1 => 5,
22 ),
23 'PossibleLengthLocalOnly' =>
24 array (
25 ),
26 ),
27 'tollFree' =>
28 array (
29 'NationalNumberPattern' => '1(?:12|9[127])|911',
30 'ExampleNumber' => '112',
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(?:12|9[127])|911',
52 'ExampleNumber' => '112',
53 'PossibleLength' =>
54 array (
55 0 => 3,
56 ),
57 'PossibleLengthLocalOnly' =>
58 array (
59 ),
60 ),
61 'shortCode' =>
62 array (
63 'NationalNumberPattern' => '1(?:09|1[0-2]|9[0-24-79])|9(?:0903|11|8788)',
64 'ExampleNumber' => '109',
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 'NationalNumberPattern' => '9(?:09|87)\\d\\d',
85 'ExampleNumber' => '90900',
86 'PossibleLength' =>
87 array (
88 0 => 5,
89 ),
90 'PossibleLengthLocalOnly' =>
91 array (
92 ),
93 ),
94 'smsServices' =>
95 array (
96 'NationalNumberPattern' => '9(?:09|87)\\d\\d',
97 'ExampleNumber' => '90900',
98 'PossibleLength' =>
99 array (
100 0 => 5,
101 ),
102 'PossibleLengthLocalOnly' =>
103 array (
104 ),
105 ),
106 'id' => 'JO',
107 'countryCode' => 0,
108 'internationalPrefix' => '',
109 'sameMobileAndFixedLinePattern' => false,
110 'numberFormat' =>
111 array (
112 ),
113 'intlNumberFormat' =>
114 array (
115 ),
116 'mainCountryForCode' => false,
117 'leadingZeroPossible' => false,
118 'mobileNumberPortableRegion' => false,
119 );
120