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

16 lines
313 B
PHP

<?php
return [
"country" => "South Africa",
"subdivisions" => [
"EC" => "Eastern Cape",
"FS" => "Free State",
"GP" => "Gauteng",
"KZN" => "Kwazulu-Natal",
"LP" => "Limpopo",
"MP" => "Mpumalanga",
"NC" => "Northern Cape",
"NW" => "North-West",
"WC" => "Western Cape"
]
];