ShortNumberMetadata_NZ.php 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  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' => '\\d{3,4}',
  16. 'PossibleLength' =>
  17. array (
  18. 0 => 3,
  19. 1 => 4,
  20. ),
  21. 'PossibleLengthLocalOnly' =>
  22. array (
  23. ),
  24. ),
  25. 'tollFree' =>
  26. array (
  27. 'NationalNumberPattern' => '111',
  28. 'ExampleNumber' => '111',
  29. 'PossibleLength' =>
  30. array (
  31. 0 => 3,
  32. ),
  33. 'PossibleLengthLocalOnly' =>
  34. array (
  35. ),
  36. ),
  37. 'premiumRate' =>
  38. array (
  39. 'NationalNumberPattern' => '018',
  40. 'ExampleNumber' => '018',
  41. 'PossibleLength' =>
  42. array (
  43. 0 => 3,
  44. ),
  45. 'PossibleLengthLocalOnly' =>
  46. array (
  47. ),
  48. ),
  49. 'emergency' =>
  50. array (
  51. 'NationalNumberPattern' => '111',
  52. 'ExampleNumber' => '111',
  53. 'PossibleLength' =>
  54. array (
  55. 0 => 3,
  56. ),
  57. 'PossibleLengthLocalOnly' =>
  58. array (
  59. ),
  60. ),
  61. 'shortCode' =>
  62. array (
  63. 'NationalNumberPattern' => '018|1(?:(?:1|37)1|(?:23|94)4|7[03]7)|[2-57-9]\\d{2,3}|6(?:161|26[0-3]|742)',
  64. 'ExampleNumber' => '018',
  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. 'PossibleLength' =>
  85. array (
  86. 0 => -1,
  87. ),
  88. 'PossibleLengthLocalOnly' =>
  89. array (
  90. ),
  91. ),
  92. 'smsServices' =>
  93. array (
  94. 'NationalNumberPattern' => '018|(?:1(?:23|37|7[03]|94)|6(?:[12]6|74))\\d|[2-57-9]\\d{2,3}',
  95. 'ExampleNumber' => '018',
  96. 'PossibleLength' =>
  97. array (
  98. ),
  99. 'PossibleLengthLocalOnly' =>
  100. array (
  101. ),
  102. ),
  103. 'id' => 'NZ',
  104. 'countryCode' => 0,
  105. 'internationalPrefix' => '',
  106. 'sameMobileAndFixedLinePattern' => false,
  107. 'numberFormat' =>
  108. array (
  109. ),
  110. 'intlNumberFormat' =>
  111. array (
  112. ),
  113. 'mainCountryForCode' => false,
  114. 'mobileNumberPortableRegion' => false,
  115. );