Class Lzf

Summary

Fully Qualified Name: Zend\Filter\Compress\Lzf
Implements: CompressionAlgorithmInterface

Description

Compression adapter for Lzf

Methods

Name Description Defined By
__construct() Class constructor Lzf
compress() Compresses the given content Lzf
decompress() Decompresses the given content Lzf
toString() Returns the adapter name Lzf

Method Details

__construct()

Class constructor

Parameter Name Type Description
$options null

Returns:

compress()

Compresses the given content

Parameter Name Type Description
$content string

Returns: string

decompress()

Decompresses the given content

Parameter Name Type Description
$content string

Returns: string

toString()

Returns the adapter name

Returns: string

Top