ZipArchive::unchangeIndex
PHP Manual
PHP Manual»ZipArchive»ZipArchive::unchangeIndex

ZipArchive::unchangeIndex

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

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

Опис

public function ZipArchive::unchangeIndex(int $index): bool

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

Параметри

index
Index of the entry.

Значення, що повертаються

Повертає true у разі успіху або false в разі помилки.

To Top