Curso de PHP/Referência à linguagem/Funções de compressão: diferenças entre revisões

[edição não verificada][edição não verificada]
Conteúdo apagado Conteúdo adicionado
Linha 63:
*ZipArchive::unchangeIndex — Revert all changes done to an entry at the given index.
*ZipArchive::unchangeName — Revert all changes done to an entry with the given name.
 
==RAR==
 
São funções PHP utilizadas para a manipulação de arquivos compactados do tipo [[w:RAR|RAR]].
 
===Funções===
 
*rar_close — Close Rar archive and free all resources
*rar_entry_get — Get entry object from the Rar archive
*rar_list — Get entries list from the Rar archive
*rar_open — Open Rar archive
*Rar::extract — Extract entry from the archive
*Rar::getAttr — Get attributes of the entry
*Rar::getCrc — Get CRC of the entry
*Rar::getFileTime — Get entry last modification time
*Rar::getHostOs — Get entry host OS
*Rar::getMethod — Get pack method of the entry
*Rar::getName — Get name of the entry
*Rar::getPackedSize — Get packed size of the entry
*Rar::getUnpackedSize — Get unpacked size of the entry
*Rar::getVersion — Get version of the archiver used to add the entry
 
==Fontes==
Linha 68 ⟶ 89:
*[http://br.php.net/manual/pt_BR/book.bzip2.php PHP: Bzip2 - Manual]
*[http://br.php.net/manual/pt_BR/book.zip.php PHP: Zip - Manual]
*[http://br.php.net/manual/pt_BR/book.rar.php PHP: RAR - Manual]