HighSpeaker/vendor/workerman/validation/data/iso_3166-2/PS.php

23 lines
485 B
PHP
Raw Permalink Normal View History

2024-01-31 19:45:08 +05:30
<?php
return [
"country" => "Palestine, State of",
"subdivisions" => [
"BTH" => "Bethlehem",
"DEB" => "Deir El Balah",
"GZA" => "Gaza",
"HBN" => "Hebron",
"JEM" => "Jerusalem",
"JEN" => "Jenin",
"JRH" => "Jericho and Al Aghwar",
"KYS" => "Khan Yunis",
"NBS" => "Nablus",
"NGZ" => "North Gaza",
"QQA" => "Qalqilya",
"RBH" => "Ramallah",
"RFH" => "Rafah",
"SLT" => "Salfit",
"TBS" => "Tubas",
"TKM" => "Tulkarm"
]
];