CM.php 299 B

12345678910111213141516
  1. <?php
  2. return [
  3. "country" => "Cameroon",
  4. "subdivisions" => [
  5. "AD" => "Adamaoua",
  6. "CE" => "Centre",
  7. "EN" => "Far North",
  8. "ES" => "East",
  9. "LT" => "Littoral",
  10. "NO" => "North",
  11. "NW" => "North-West",
  12. "OU" => "West",
  13. "SU" => "South",
  14. "SW" => "South-West"
  15. ]
  16. ];