Com\Tecnick\Pdf\Filter\Type\Flate
Flatee Decompresses data encoded using the zlib/deflate compression method, reproducing the original text or binary data.
Tags
Table of Contents
- decode() : string
- Decode the data
Methods
decode()
Decode the data
public decode(string $data)
: string
Parameters
- $data : string
-
Data to decode.
Return values
string —Decoded data string.