ShortNumberMetadata_CM.php 2.3 KB

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