Funções para Zip
PHP Manual

ZipArchive::unchangeIndex

(PHP 5 >= 5.2.0, PECL zip >= 1.1.0)

ZipArchive::unchangeIndexRevert all changes done to an entry at the given index.

Descrição

mixed ZipArchive::unchangeIndex ( int $index )

Revert all changes done to an entry at the given index.

Parâmetros

index

Index of the entry.

Valor Retornado

Retorna TRUE em caso de sucesso ou FALSE em falhas.


Funções para Zip
PHP Manual