GoLang ZipArchive::unchangeIndex

request it (208)
GoLang replacement for PHP's ZipArchive::unchangeIndex [edit | history]



Do you know a GoLang replacement for PHP's ZipArchive::unchangeIndex? Write it!

PHP ZipArchive::unchangeIndex

PHP original manual for ZipArchive::unchangeIndex [ show | php.net ]

ZipArchive::unchangeIndex

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

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

Description

bool ZipArchive::unchangeIndex ( int $index )

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

Parameters

index

Index of the entry.

Return Values

Returns TRUE on success or FALSE on failure.