PY.php 522 B

123456789101112131415161718192021222324
  1. <?php
  2. return [
  3. "country" => "Paraguay",
  4. "subdivisions" => [
  5. "1" => "Concepción",
  6. "10" => "Alto Paraná",
  7. "11" => "Central",
  8. "12" => "Ñeembucú",
  9. "13" => "Amambay",
  10. "14" => "Canindeyú",
  11. "15" => "Presidente Hayes",
  12. "16" => "Alto Paraguay",
  13. "19" => "Boquerón",
  14. "2" => "San Pedro",
  15. "3" => "Cordillera",
  16. "4" => "Guairá",
  17. "5" => "Caaguazú",
  18. "6" => "Caazapá",
  19. "7" => "Itapúa",
  20. "8" => "Misiones",
  21. "9" => "Paraguarí",
  22. "ASU" => "Asunción"
  23. ]
  24. ];