LZF_DECOMPRESS(3) 1 LZF_DECOMPRESS(3) lzf_decompress - LZF decompressionSYNOPSISstring lzf_decompress (string $data)DESCRIPTIONlzf_compress(3) decompresses the given $data string containing lzf encoded data.PARAMETERSo $data - The compressed string.RETURN VALUESReturns the decompressed data or FALSE if an error occurred.SEE ALSOlzf_compress(3). PHP Documentation Group LZF_DECOMPRESS(3)