update : 2015.11.03
php.shukuma.com검색:
|
ZipArchive::getCommentName(PHP 5 >= 5.2.0, PECL zip >= 1.4.0) ZipArchive::getCommentName — Returns the comment of an entry using the entry name 설명
string ZipArchive::getCommentName
( string
$name
[, int $flags
] )Returns the comment of an entry using the entry name. 인수
반환값
Returns the comment on success실패 시 예제Example #1 Dump an entry comment
<?php |