HighSpeaker/vendor/workerman/validation/data/iso_3166-2/PK.php
2024-01-31 22:15:08 +08:00

14 lines
269 B
PHP

<?php
return [
"country" => "Pakistan",
"subdivisions" => [
"BA" => "Balochistan",
"GB" => "Gilgit-Baltistan",
"IS" => "Islamabad",
"JK" => "Azad Jammu and Kashmir",
"KP" => "Khyber Pakhtunkhwa",
"PB" => "Punjab",
"SD" => "Sindh"
]
];