PHP.nl

gzdecode

gzdecode

Decodes a gzip compressed string

 **gzdecode** string $data int $max_length

This function returns a decoded version of the input . data

data The data to decode, encoded by . gzencode

max_lengthThe maximum length of data to decode.

The decoded string, or return.falseforfailure.

In case of failure, an level error is issued. E_WARNING

gzencode