ShortNumberMetadata_BO.php 2.1 KB

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