gzuncompress

(PHP4 >= 4.0.1)

gzuncompress -- Uncompress a gz-compressed string

Description

string gzcompress (string data [, int length])

This function takes data compressed by gzcompress() and returns the orignial uncompressed data or false on error. The function will return an error if the uncompressed data is more than 256 times the lenght of the compressed input data or more than the optional parameter length.

See also gzcompress().


Hosted by Tonec Inc.