NZ.php 535 B

1234567891011121314151617181920212223
  1. <?php
  2. return [
  3. "country" => "New Zealand",
  4. "subdivisions" => [
  5. "AUK" => "Auckland",
  6. "BOP" => "Bay of Plenty",
  7. "CAN" => "Canterbury",
  8. "CIT" => "Chatham Islands Territory",
  9. "GIS" => "Gisborne",
  10. "HKB" => "Hawke's Bay",
  11. "MBH" => "Marlborough",
  12. "MWT" => "Manawatu-Wanganui",
  13. "NSN" => "Nelson",
  14. "NTL" => "Northland",
  15. "OTA" => "Otago",
  16. "STL" => "Southland",
  17. "TAS" => "Tasman",
  18. "TKI" => "Taranaki",
  19. "WGN" => "Wellington",
  20. "WKO" => "Waikato",
  21. "WTC" => "West Coast"
  22. ]
  23. ];