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