|
PHP5中文手册
ZipArchive::getCommentIndex(No version information available, might be only in CVS) ZipArchive::getCommentIndex — Returns the comment of an entry using the entry index 说明
string ZipArchive::getCommentIndex
( int $index
[, int $flags
] )
Returns the comment of an entry using the entry index. 参数
返回值Returns the comment on success or FALSE on failure. 范例Example#1 Dump an entry comment
<?php |