PS.php 485 B

12345678910111213141516171819202122
  1. <?php
  2. return [
  3. "country" => "Palestine, State of",
  4. "subdivisions" => [
  5. "BTH" => "Bethlehem",
  6. "DEB" => "Deir El Balah",
  7. "GZA" => "Gaza",
  8. "HBN" => "Hebron",
  9. "JEM" => "Jerusalem",
  10. "JEN" => "Jenin",
  11. "JRH" => "Jericho and Al Aghwar",
  12. "KYS" => "Khan Yunis",
  13. "NBS" => "Nablus",
  14. "NGZ" => "North Gaza",
  15. "QQA" => "Qalqilya",
  16. "RBH" => "Ramallah",
  17. "RFH" => "Rafah",
  18. "SLT" => "Salfit",
  19. "TBS" => "Tubas",
  20. "TKM" => "Tulkarm"
  21. ]
  22. ];