PHP Classes

File: exemplo.php

Recommend this page to a friend!
  Classes of Renan Martins Pimentel   Buscando CEP   exemplo.php   Download  
File: exemplo.php
Role: Example script
Content type: text/plain
Description: Página Exemplo
Class: Buscando CEP
Get the address from a CEP zip code in Brazil
Author: By
Last change:
Date: 11 years ago
Size: 159 bytes
 

Contents

Class file image Download
<?php

require_once "Correios.php";

$correios = new Correios;
$correios->retornaInformacoesCep(87710130);
echo
$correios->informacoesCorreios->getBairro();
?>