PG.php 691 B

12345678910111213141516171819202122232425262728
  1. <?php
  2. return [
  3. "country" => "Papua New Guinea",
  4. "subdivisions" => [
  5. "CPK" => "Chimbu",
  6. "CPM" => "Central",
  7. "EBR" => "East New Britain",
  8. "EHG" => "Eastern Highlands",
  9. "EPW" => "Enga",
  10. "ESW" => "East Sepik",
  11. "GPK" => "Gulf",
  12. "HLA" => "Hela",
  13. "JWK" => "Jiwaka",
  14. "MBA" => "Milne Bay",
  15. "MPL" => "Morobe",
  16. "MPM" => "Madang",
  17. "MRL" => "Manus",
  18. "NCD" => "National Capital District (Port Moresby)",
  19. "NIK" => "New Ireland",
  20. "NPP" => "Northern",
  21. "NSB" => "Bougainville",
  22. "SAN" => "West Sepik",
  23. "SHM" => "Southern Highlands",
  24. "WBK" => "West New Britain",
  25. "WHM" => "Western Highlands",
  26. "WPD" => "Western"
  27. ]
  28. ];