Skip to content

Instantly share code, notes, and snippets.

@thiagosf
Created September 8, 2010 19:54
Show Gist options
  • Save thiagosf/570724 to your computer and use it in GitHub Desktop.
Save thiagosf/570724 to your computer and use it in GitHub Desktop.
Array com estados brasileiros.
<?php
$estados = array('AC', 'AL', 'AP', 'AM', 'BA', 'CE', 'DF', 'ES', 'GO', 'MA', 'MT', 'MS', 'MG', 'PA', 'PB', 'PR', 'PE', 'PI', 'RJ', 'RN', 'RS', 'RO', 'RR', 'SC', 'SP', 'SE', 'TO');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment