ZipArchive
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

Opis

mixed ZipArchive::unchangeIndex ( int $index )

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

Parametry

index

Index of the entry.

Zwracane wartości

Zwraca TRUE w przypadku powodzenia, FALSE w przypadku błędu.


ZipArchive
PHP Manual