PHP » GoLang |
login |
register |
about
|
GoLang ZipArchive::setCompressionName
request it (251)
GoLang replacement for PHP's ZipArchive::setCompressionName
[edit | history]
PHP ZipArchive::setCompressionNamePHP original manual for ZipArchive::setCompressionName [ show | php.net ]ZipArchive::setCompressionName(PHP 7, PECL zip >= 1.13.0) ZipArchive::setCompressionName — Set the compression method of an entry defined by its name Description
bool ZipArchive::setCompressionName
( string
$name
, int $comp_method
[, int $comp_flags = 0
] )Set the compression method of an entry defined by its name. 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
|