ZipArchive::unchangeName

(PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.5.0) Revert all changes done to an entry with the given name. bool ZipArchive::unchangeName ( string $name ) Revert all changes done to an entry. Parameters: name Name of the entry. Returns: Returns TRUE on success or FALSE on failure.

ZipArchive::statIndex

(PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.1.0) Get the details of an entry defined by its index. array ZipArchive::statIndex ( int $index [, int $flags ] ) The function obtains information about the entry defined by its index. Parameters: index Index of the entry flags ZipArchive::FL_UNCHANGED may be ORed to it to request information

ZipArchive::setArchiveComment

(PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.4.0) Set the comment of a ZIP archive bool ZipArchive::setArchiveComment ( string $comment ) Set the comment of a ZIP archive. Parameters: comment The contents of the comment. Returns: Returns TRUE on success or FALSE on failure. Examples: C

ZipArchive::setExternalAttributesIndex

(PHP 5 >= 5.6.0, PHP 7, PECL zip >= 1.12.4) Set the external attributes of an entry defined by its index bool ZipArchive::setExternalAttributesIndex ( int $index, int $opsys, int $attr [, int $flags ] ) Set the external attributes of an entry defined by its index. Parameters: index Index of the entry. opsys The operating system co

ZipArchive::setCompressionName

(PHP 7, PECL zip >= 1.13.0) Set the compression method of an entry defined by its name bool ZipArchive::setCompressionName ( string $name, int $comp_method [, int $comp_flags = 0 ] ) Set the compression method of an entry defined by its name. Parameters: name Name of the entry. comp_method The compression method. Either ZipArchive::

ZipArchive::renameName

(PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.5.0) Renames an entry defined by its name bool ZipArchive::renameName ( string $name, string $newname ) Renames an entry defined by its name. Parameters: name Name of the entry to rename. newname New name. Returns: Returns TRUE on success or FALSE on failure.

ZipArchive::setPassword

(PHP 5 >= 5.6.0, PHP 7, PECL zip >= 1.12.4) Set the password for the active archive public bool ZipArchive::setPassword ( string $password ) Sets the password for the active archive. Parameters: password The password to be used for the archive. Returns: Returns TRUE on success or FALSE on failure. Notes:

ZipArchive::setCommentName

(PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.4.0) Set the comment of an entry defined by its name bool ZipArchive::setCommentName ( string $name, string $comment ) Set the comment of an entry defined by its name. Parameters: name Name of the entry. comment The contents of the comment. Returns: Returns TRUE on su

ZipArchive::setCompressionIndex

(PHP 7, PECL zip >= 1.13.0) Set the compression method of an entry defined by its index bool ZipArchive::setCompressionIndex ( int $index, int $comp_method [, int $comp_flags = 0 ] ) Set the compression method of an entry defined by its index. Parameters: index Index of the entry. comp_method The compression method. Either ZipArchiv

ZipArchive::setCommentIndex

(PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.4.0) Set the comment of an entry defined by its index bool ZipArchive::setCommentIndex ( int $index, string $comment ) Set the comment of an entry defined by its index. Parameters: index Index of the entry. comment The contents of the comment. Returns: Returns TRUE on