GH.php 449 B

12345678910111213141516171819202122
  1. <?php
  2. return [
  3. "country" => "Ghana",
  4. "subdivisions" => [
  5. "AA" => "Greater Accra",
  6. "AF" => "Ahafo",
  7. "AH" => "Ashanti",
  8. "BE" => "Bono East",
  9. "BO" => "Bono",
  10. "CP" => "Central",
  11. "EP" => "Eastern",
  12. "NE" => "North East",
  13. "NP" => "Northern",
  14. "OT" => "Oti",
  15. "SV" => "Savannah",
  16. "TV" => "Volta",
  17. "UE" => "Upper East",
  18. "UW" => "Upper West",
  19. "WN" => "Western North",
  20. "WP" => "Western"
  21. ]
  22. ];