ShortNumberMetadata_PG.php 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  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' => '[01]\\d{2,6}',
  16. 'PossibleLength' =>
  17. array (
  18. 0 => 3,
  19. 1 => 4,
  20. 2 => 5,
  21. 3 => 6,
  22. 4 => 7,
  23. ),
  24. 'PossibleLengthLocalOnly' =>
  25. array (
  26. ),
  27. ),
  28. 'tollFree' =>
  29. array (
  30. 'NationalNumberPattern' => '000|11[01]',
  31. 'ExampleNumber' => '000',
  32. 'PossibleLength' =>
  33. array (
  34. 0 => 3,
  35. ),
  36. 'PossibleLengthLocalOnly' =>
  37. array (
  38. ),
  39. ),
  40. 'premiumRate' =>
  41. array (
  42. 'PossibleLength' =>
  43. array (
  44. 0 => -1,
  45. ),
  46. 'PossibleLengthLocalOnly' =>
  47. array (
  48. ),
  49. ),
  50. 'emergency' =>
  51. array (
  52. 'NationalNumberPattern' => '000|11[01]',
  53. 'ExampleNumber' => '000',
  54. 'PossibleLength' =>
  55. array (
  56. 0 => 3,
  57. ),
  58. 'PossibleLengthLocalOnly' =>
  59. array (
  60. ),
  61. ),
  62. 'shortCode' =>
  63. array (
  64. 'NationalNumberPattern' => '000|1(?:1[01]|5\\d\\d|6\\d{2,5})',
  65. 'ExampleNumber' => '000',
  66. 'PossibleLength' =>
  67. array (
  68. ),
  69. 'PossibleLengthLocalOnly' =>
  70. array (
  71. ),
  72. ),
  73. 'standardRate' =>
  74. array (
  75. 'PossibleLength' =>
  76. array (
  77. 0 => -1,
  78. ),
  79. 'PossibleLengthLocalOnly' =>
  80. array (
  81. ),
  82. ),
  83. 'carrierSpecific' =>
  84. array (
  85. 'PossibleLength' =>
  86. array (
  87. 0 => -1,
  88. ),
  89. 'PossibleLengthLocalOnly' =>
  90. array (
  91. ),
  92. ),
  93. 'smsServices' =>
  94. array (
  95. 'NationalNumberPattern' => '16\\d{2,5}',
  96. 'ExampleNumber' => '1600',
  97. 'PossibleLength' =>
  98. array (
  99. 0 => 4,
  100. 1 => 5,
  101. 2 => 6,
  102. 3 => 7,
  103. ),
  104. 'PossibleLengthLocalOnly' =>
  105. array (
  106. ),
  107. ),
  108. 'id' => 'PG',
  109. 'countryCode' => 0,
  110. 'internationalPrefix' => '',
  111. 'sameMobileAndFixedLinePattern' => false,
  112. 'numberFormat' =>
  113. array (
  114. ),
  115. 'intlNumberFormat' =>
  116. array (
  117. ),
  118. 'mainCountryForCode' => false,
  119. 'mobileNumberPortableRegion' => false,
  120. );