PhoneNumberMetadata_VU.php 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  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. return array (
  13. 'generalDesc' =>
  14. array (
  15. 'NationalNumberPattern' => '[57-9]\\d{6}|(?:[238]\\d|48)\\d{3}',
  16. 'PossibleLength' =>
  17. array (
  18. 0 => 5,
  19. 1 => 7,
  20. ),
  21. 'PossibleLengthLocalOnly' =>
  22. array (
  23. ),
  24. ),
  25. 'fixedLine' =>
  26. array (
  27. 'NationalNumberPattern' => '(?:38[0-8]|48[4-9])\\d\\d|(?:2[02-9]|3[4-7]|88)\\d{3}',
  28. 'ExampleNumber' => '22123',
  29. 'PossibleLength' =>
  30. array (
  31. 0 => 5,
  32. ),
  33. 'PossibleLengthLocalOnly' =>
  34. array (
  35. ),
  36. ),
  37. 'mobile' =>
  38. array (
  39. 'NationalNumberPattern' => '(?:[58]\\d|7[013-7])\\d{5}',
  40. 'ExampleNumber' => '5912345',
  41. 'PossibleLength' =>
  42. array (
  43. 0 => 7,
  44. ),
  45. 'PossibleLengthLocalOnly' =>
  46. array (
  47. ),
  48. ),
  49. 'tollFree' =>
  50. array (
  51. 'NationalNumberPattern' => '81[18]\\d\\d',
  52. 'ExampleNumber' => '81123',
  53. 'PossibleLength' =>
  54. array (
  55. 0 => 5,
  56. ),
  57. 'PossibleLengthLocalOnly' =>
  58. array (
  59. ),
  60. ),
  61. 'premiumRate' =>
  62. array (
  63. 'PossibleLength' =>
  64. array (
  65. 0 => -1,
  66. ),
  67. 'PossibleLengthLocalOnly' =>
  68. array (
  69. ),
  70. ),
  71. 'sharedCost' =>
  72. array (
  73. 'PossibleLength' =>
  74. array (
  75. 0 => -1,
  76. ),
  77. 'PossibleLengthLocalOnly' =>
  78. array (
  79. ),
  80. ),
  81. 'personalNumber' =>
  82. array (
  83. 'PossibleLength' =>
  84. array (
  85. 0 => -1,
  86. ),
  87. 'PossibleLengthLocalOnly' =>
  88. array (
  89. ),
  90. ),
  91. 'voip' =>
  92. array (
  93. 'NationalNumberPattern' => '9(?:0[1-9]|1[01])\\d{4}',
  94. 'ExampleNumber' => '9010123',
  95. 'PossibleLength' =>
  96. array (
  97. 0 => 7,
  98. ),
  99. 'PossibleLengthLocalOnly' =>
  100. array (
  101. ),
  102. ),
  103. 'pager' =>
  104. array (
  105. 'PossibleLength' =>
  106. array (
  107. 0 => -1,
  108. ),
  109. 'PossibleLengthLocalOnly' =>
  110. array (
  111. ),
  112. ),
  113. 'uan' =>
  114. array (
  115. 'NationalNumberPattern' => '(?:3[03]|900\\d)\\d{3}',
  116. 'ExampleNumber' => '30123',
  117. 'PossibleLength' =>
  118. array (
  119. ),
  120. 'PossibleLengthLocalOnly' =>
  121. array (
  122. ),
  123. ),
  124. 'voicemail' =>
  125. array (
  126. 'PossibleLength' =>
  127. array (
  128. 0 => -1,
  129. ),
  130. 'PossibleLengthLocalOnly' =>
  131. array (
  132. ),
  133. ),
  134. 'noInternationalDialling' =>
  135. array (
  136. 'PossibleLength' =>
  137. array (
  138. 0 => -1,
  139. ),
  140. 'PossibleLengthLocalOnly' =>
  141. array (
  142. ),
  143. ),
  144. 'id' => 'VU',
  145. 'countryCode' => 678,
  146. 'internationalPrefix' => '00',
  147. 'sameMobileAndFixedLinePattern' => false,
  148. 'numberFormat' =>
  149. array (
  150. 0 =>
  151. array (
  152. 'pattern' => '(\\d{3})(\\d{4})',
  153. 'format' => '$1 $2',
  154. 'leadingDigitsPatterns' =>
  155. array (
  156. 0 => '[57-9]',
  157. ),
  158. 'nationalPrefixFormattingRule' => '',
  159. 'domesticCarrierCodeFormattingRule' => '',
  160. 'nationalPrefixOptionalWhenFormatting' => false,
  161. ),
  162. ),
  163. 'intlNumberFormat' =>
  164. array (
  165. ),
  166. 'mainCountryForCode' => false,
  167. 'mobileNumberPortableRegion' => false,
  168. );