PHP » GoLang |
login |
register |
about
|
GoLang ZipArchive::setCompressionIndex
request it (343)
GoLang replacement for PHP's ZipArchive::setCompressionIndex
[edit | history]
PHP ZipArchive::setCompressionIndexPHP original manual for ZipArchive::setCompressionIndex [ show | php.net ]ZipArchive::setCompressionIndex(PHP 7, PECL zip >= 1.13.0) ZipArchive::setCompressionIndex — Set the compression method of an entry defined by its index Description
bool ZipArchive::setCompressionIndex
( int
$index
, int $comp_method
[, int $comp_flags = 0
] )Set the compression method of an entry defined by its index. Parameters
Return Values
Returns ExamplesExample #1 Add files with different compression methods to an archive
<?php |
more
Recently updated
more
Most requested
more
Last requests
|