ShortNumberMetadata_MX.php 2.3 KB

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