update : 2015.11.03
php.shukuma.com검색:
|
ZipArchive::setCommentIndex(PHP 5 >= 5.2.0, PECL zip >= 1.4.0) ZipArchive::setCommentIndex — Set the comment of an entry defined by its index 설명
bool ZipArchive::setCommentIndex
( int
$index
, string $comment
)Set the comment of an entry defined by its index. 인수
반환값
성공 시 예제Example #1 Open an archive and set a comment for an entry
<?php |