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

12 lines
208 B
PHP
Raw Permalink Normal View History

2024-01-31 19:45:08 +05:30
<?php
return [
"country" => "Singapore",
"subdivisions" => [
"01" => "Central Singapore",
"02" => "North East",
"03" => "North West",
"04" => "South East",
"05" => "South West"
]
];