gzdecode
Description
string gzdecode ( string data [, int length] )
This function returns a decoded version of the input
data.
Parameters
dataThe data to decode, encoded by gzencode().
lengthThe maximum length of data to decode.
This function returns a decoded version of the input
data.
dataThe data to decode, encoded by gzencode().
lengthThe maximum length of data to decode.