687. Class

687.1. Zend\Filter\Decompress

Decompresses a given string

687.1.1. Methods

687.1.1.1. __invoke

__invoke()

Use filter as functor

Decompresses the content $value with the defined settings

Parameters:string – Content to decompress
Return type:string The decompressed content

687.1.1.2. filter

filter()

Defined by FilterInterface

Decompresses the content $value with the defined settings

Parameters:string – Content to decompress
Return type:string The decompressed content

Project Versions

Table Of Contents

Previous topic

686. Class

Next topic

688. Class

This Page