|
PHP5中文手册
ZipArchive::setCommentIndex(No version information available, might be only in CVS) ZipArchive::setCommentIndex — Set the comment of an entry defined by its index 说明
mixed ZipArchive::setCommentIndex
( int $index
, string $comment
)
Set the comment of an entry defined by its index. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 范例Example#1 Open an archive and set a comment for an entry
<?php |