| 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 |
'id' => '', |
| 16 |
'countryCode' => 855, |
| 17 |
'internationalPrefix' => '', |
| 18 |
'sameMobileAndFixedLinePattern' => false, |
| 19 |
'numberFormat' => |
| 20 |
array ( |
| 21 |
0 => |
| 22 |
array ( |
| 23 |
'pattern' => '(\\d{2})(\\d{2})(\\d{2})(\\d{2,3})', |
| 24 |
'format' => '$1 $2 $3 $4', |
| 25 |
'leadingDigitsPatterns' => |
| 26 |
array ( |
| 27 |
), |
| 28 |
'nationalPrefixFormattingRule' => '', |
| 29 |
'domesticCarrierCodeFormattingRule' => '', |
| 30 |
'nationalPrefixOptionalWhenFormatting' => false, |
| 31 |
), |
| 32 |
), |
| 33 |
'intlNumberFormat' => |
| 34 |
array ( |
| 35 |
), |
| 36 |
'mainCountryForCode' => false, |
| 37 |
'leadingZeroPossible' => false, |
| 38 |
'mobileNumberPortableRegion' => false, |
| 39 |
); |
| 40 |
|