ZipArchive::unchangeIndex
(PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.1.0)
ZipArchive::unchangeIndex — Revert all changes done to an entry at the given index
Descrizione
public ZipArchive::unchangeIndex(
int $index):
bool
Revert all changes done to an entry at the given index.
Elenco dei parametri
index
-
Index of the entry.
Valori restituiti
Restituisce true in caso di successo, false in caso di fallimento.