(PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.4.0)
ZipArchive::setCommentIndex — Set the comment of an entry defined by its index
public ZipArchive::setCommentIndex ( int $index , string $comment ) : bool
Set the comment of an entry defined by its index.
index
Index of the entry.
comment
The contents of the comment.
Returns true
on success or false
on failure.
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/ziparchive.setcommentindex.php