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