GZDECODE(3) 1 GZDECODE(3) gzdecode - Decodes a gzip compressed stringSYNOPSISstring gzdecode (string $data, [int $length])DESCRIPTIONThis function returns a decoded version of the input $data.PARAMETERSo $data - The data to decode, encoded by gzencode(3). o $length - The maximum length of data to decode.RETURN VALUESThe decoded string, or FALSE if an error occurred.SEE ALSOgzencode(3). PHP Documentation Group GZDECODE(3)