Skip to content

Instantly share code, notes, and snippets.

@luisdalmolin
Created January 24, 2012 20:56
Show Gist options
  • Save luisdalmolin/1672557 to your computer and use it in GitHub Desktop.
Save luisdalmolin/1672557 to your computer and use it in GitHub Desktop.
<?php
$cep = new Cep('SEU CEP');
echo $cep->uf;
echo $cep->cidade;
echo $cep->bairro;
echo $cep->logradouro;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment