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

14 lines
269 B
PHP
Raw Normal View History

2024-01-31 19:45:08 +05:30
<?php
return [
"country" => "Pakistan",
"subdivisions" => [
"BA" => "Balochistan",
"GB" => "Gilgit-Baltistan",
"IS" => "Islamabad",
"JK" => "Azad Jammu and Kashmir",
"KP" => "Khyber Pakhtunkhwa",
"PB" => "Punjab",
"SD" => "Sindh"
]
];