ZA.php 313 B

123456789101112131415
  1. <?php
  2. return [
  3. "country" => "South Africa",
  4. "subdivisions" => [
  5. "EC" => "Eastern Cape",
  6. "FS" => "Free State",
  7. "GP" => "Gauteng",
  8. "KZN" => "Kwazulu-Natal",
  9. "LP" => "Limpopo",
  10. "MP" => "Mpumalanga",
  11. "NC" => "Northern Cape",
  12. "NW" => "North-West",
  13. "WC" => "Western Cape"
  14. ]
  15. ];