ZipArchive
PHP Manual

ZipArchive::unchangeName

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

ZipArchive::unchangeNameRevert all changes done to an entry with the given name.

Opis

mixed ZipArchive::unchangeName ( string $name )

Revert all changes done to an entry.

Parametry

name

Name of the entry.

Zwracane wartości

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


ZipArchive
PHP Manual