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