update : 2015.11.03
php.shukuma.com검색:
|
ZipArchive::getCommentIndex(PHP 5 >= 5.2.0, PECL zip >= 1.4.0) 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실패 시 예제Example #1 Dump an entry comment
<?php |