__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
string
getBlocksize() : int
int
getOptions(string $option) : mixed
inherited_from | \Zend\Filter\Compress\AbstractCompressionAlgorithm::getOptions() |
---|
string
(Optional) Option to return
mixed
setArchive(string $archive) : \Zend\Filter\Compress\self
string
Archive to use
\Zend\Filter\Compress\self
setBlocksize(int $blocksize) : \Zend\Filter\Compress\self
int
\Zend\Filter\Exception\InvalidArgumentException |
---|
\Zend\Filter\Compress\self
setOptions(array $options) : \Zend\Filter\Compress\self
inherited_from | \Zend\Filter\Compress\AbstractCompressionAlgorithm::setOptions() |
---|
array
\Zend\Filter\Compress\self
toString() : string
string