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