ZM.php 309 B

12345678910111213141516
  1. <?php
  2. return [
  3. "country" => "Zambia",
  4. "subdivisions" => [
  5. "01" => "Western",
  6. "02" => "Central",
  7. "03" => "Eastern",
  8. "04" => "Luapula",
  9. "05" => "Northern",
  10. "06" => "North-Western",
  11. "07" => "Southern",
  12. "08" => "Copperbelt",
  13. "09" => "Lusaka",
  14. "10" => "Muchinga"
  15. ]
  16. ];