228. Class

228.1. Zend\Filter\Compress\Lzf

Compression adapter for Lzf

228.1.1. Methods

228.1.1.1. __construct

__construct()

Class constructor

Parameters:null
Throws ExceptionExtensionNotLoadedException:
 if lzf extension missing

228.1.1.2. compress

compress()

Compresses the given content

Parameters:string
Return type:string
Throws :ExceptionRuntimeException if error occurs during compression

228.1.1.3. decompress

decompress()

Decompresses the given content

Parameters:string
Return type:string
Throws :ExceptionRuntimeException if error occurs during decompression

228.1.1.4. toString

toString()

Returns the adapter name

Return type:string

Project Versions

Table Of Contents

Previous topic

227. Class

Next topic

229. Class

This Page