VC.php 257 B

123456789101112
  1. <?php
  2. return [
  3. "country" => "Saint Vincent and the Grenadines",
  4. "subdivisions" => [
  5. "01" => "Charlotte",
  6. "02" => "Saint Andrew",
  7. "03" => "Saint David",
  8. "04" => "Saint George",
  9. "05" => "Saint Patrick",
  10. "06" => "Grenadines"
  11. ]
  12. ];