Documentation

Flate
in package
implements FilterInterface

Class for handling zlib/deflate encoded data

Table of Contents

Interfaces

FilterInterface
Interface for filters

Methods

decode()  : string
Decodes a flate compressed string.

Methods

decode()

Decodes a flate compressed string.

public decode(string|false $data) : string
Parameters
$data : string|false

The input string

Tags
throws
FlateException
Return values
string

        
On this page

Search results