SG.php 208 B

1234567891011
  1. <?php
  2. return [
  3. "country" => "Singapore",
  4. "subdivisions" => [
  5. "01" => "Central Singapore",
  6. "02" => "North East",
  7. "03" => "North West",
  8. "04" => "South East",
  9. "05" => "South West"
  10. ]
  11. ];