update : 2015.11.03
php.shukuma.com검색:
|
ZipArchive::setCompressionIndex(PHP 7, PECL zip >= 1.13.0) ZipArchive::setCompressionIndex — Set the compression method of an entry defined by its index 설명
bool ZipArchive::setCompressionIndex
( int
$index
, int $comp_method
[, int $comp_flags = 0
] )Set the compression method of an entry defined by its index. 인수
반환값
성공 시 예제Example #1 Add files with different compression methods to an archive
<?php |