Skip to content

Instantly share code, notes, and snippets.

@gabrielgilini
Created April 26, 2010 20:10
Show Gist options
  • Select an option

  • Save gabrielgilini/379825 to your computer and use it in GitHub Desktop.

Select an option

Save gabrielgilini/379825 to your computer and use it in GitHub Desktop.
App::import('Lib', 'Zip');
$zipFile = new Zip($caminho_absoluto_do_arquivo);
if(!$zipFile->hasErrors())
{
$zipFile->extract(); // Se não passar parâmetro, extrai pro mesmo diretório
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment