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

12 lines
208 B
PHP

<?php
return [
"country" => "Singapore",
"subdivisions" => [
"01" => "Central Singapore",
"02" => "North East",
"03" => "North West",
"04" => "South East",
"05" => "South West"
]
];