gzuncompress

gzuncompress -- Uncompress a deflated string

Description

string gzuncompress ( string data [, int length])

The function will return an error if the uncompressed data is more than 256 times the length of the compressed input data or more than the optional parameter length .