__construct()
compress()
decompress()
getArchive()
getBlocksize()
getOptions()
setArchive()
setBlocksize()
setOptions()
toString()
$options
Compression adapter for Bz2
__construct(null | array | \Traversable $options)
nullarray\Traversable(Optional) Options to set
\Zend\Filter\Exception\ExtensionNotLoadedException |
if bz2 extension not loaded |
|---|
compress(string $content) : string
decompress(string $content) : string
getArchive() : string
stringgetBlocksize() : integer
integergetOptions(string $option) : mixed
| inherited_from | \Zend\Filter\Compress\AbstractCompressionAlgorithm::getOptions() |
|---|
string(Optional) Option to return
mixedsetBlocksize(integer $blocksize) : \Zend\Filter\Compress\Bz2
setOptions(array $options) : \Zend\Filter\Compress\AbstractCompressionAlgorithm
| inherited_from | \Zend\Filter\Compress\AbstractCompressionAlgorithm::setOptions() |
|---|
array
toString() : string
string