PluginProbe
PayPlug for WooCommerce (Official) / 1.2.3
PayPlug for WooCommerce (Official) v1.2.3
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_FR.php

ShortNumberMetadata_FR.php in PayPlug for WooCommerce (Official) 1.2.3, at lib/libphonenumber/data/ShortNumberMetadata_FR.php

133 lines 2.8 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-8]\\d{1,5}',
18 'PossibleLength' =>
19 array (
20 0 => 2,
21 1 => 3,
22 2 => 4,
23 3 => 5,
24 4 => 6,
25 ),
26 'PossibleLengthLocalOnly' =>
27 array (
28 ),
29 ),
30 'tollFree' =>
31 array (
32 'NationalNumberPattern' => '1(?:0(?:07|[13]3)|1[02459]|[578]|9[167])|224|(?:3370|74)0|(?:116\\d|3[01])\\d\\d',
33 'ExampleNumber' => '15',
34 'PossibleLength' =>
35 array (
36 ),
37 'PossibleLengthLocalOnly' =>
38 array (
39 ),
40 ),
41 'premiumRate' =>
42 array (
43 'NationalNumberPattern' => '(?:118|[4-8]\\d)\\d{3}|36665',
44 'ExampleNumber' => '36665',
45 'PossibleLength' =>
46 array (
47 0 => 5,
48 1 => 6,
49 ),
50 'PossibleLengthLocalOnly' =>
51 array (
52 ),
53 ),
54 'emergency' =>
55 array (
56 'NationalNumberPattern' => '1(?:12|[578])',
57 'ExampleNumber' => '15',
58 'PossibleLength' =>
59 array (
60 0 => 2,
61 1 => 3,
62 ),
63 'PossibleLengthLocalOnly' =>
64 array (
65 ),
66 ),
67 'shortCode' =>
68 array (
69 'NationalNumberPattern' => '1(?:0\\d\\d|1(?:[02459]|6(?:000|111)|8\\d{3})|[578]|9[167])|2(?:0(?:00|2)0|24)|[3-8]\\d{4}|3\\d{3}|6(?:1[14]|34)|7(?:0[06]|22|40)',
70 'ExampleNumber' => '15',
71 'PossibleLength' =>
72 array (
73 ),
74 'PossibleLengthLocalOnly' =>
75 array (
76 ),
77 ),
78 'standardRate' =>
79 array (
80 'NationalNumberPattern' => '10(?:[134]4|2[23]|99)|202\\d|3(?:646|9[07]0)|634|70[06]|(?:106|61)[14]',
81 'ExampleNumber' => '611',
82 'PossibleLength' =>
83 array (
84 0 => 3,
85 1 => 4,
86 ),
87 'PossibleLengthLocalOnly' =>
88 array (
89 ),
90 ),
91 'carrierSpecific' =>
92 array (
93 'NationalNumberPattern' => '118777|224|6(?:1[14]|34)|7(?:0[06]|22|40)|20(?:0\\d|2)\\d',
94 'ExampleNumber' => '224',
95 'PossibleLength' =>
96 array (
97 0 => 3,
98 1 => 4,
99 2 => 5,
100 3 => 6,
101 ),
102 'PossibleLengthLocalOnly' =>
103 array (
104 ),
105 ),
106 'smsServices' =>
107 array (
108 'NationalNumberPattern' => '114|[3-8]\\d{4}',
109 'ExampleNumber' => '114',
110 'PossibleLength' =>
111 array (
112 0 => 3,
113 1 => 5,
114 ),
115 'PossibleLengthLocalOnly' =>
116 array (
117 ),
118 ),
119 'id' => 'FR',
120 'countryCode' => 0,
121 'internationalPrefix' => '',
122 'sameMobileAndFixedLinePattern' => false,
123 'numberFormat' =>
124 array (
125 ),
126 'intlNumberFormat' =>
127 array (
128 ),
129 'mainCountryForCode' => false,
130 'leadingZeroPossible' => false,
131 'mobileNumberPortableRegion' => false,
132 );
133