ShortNumberMetadata_AU.php 2.8 KB

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