downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

gzdeflate> <gzcompress
[edit] Last updated: Fri, 17 May 2013

view this page in

gzdecode

(No version information available, might only be in SVN)

gzdecodeDecodes a gzip compressed string

Description

string gzdecode ( string $data [, int $length ] )

This function returns a decoded version of the input data.

Parameters

data

The data to decode, encoded by gzencode().

length

The maximum length of data to decode.

Return Values

The decoded string, or FALSE if an error occurred.

See Also



gzdeflate> <gzcompress
[edit] Last updated: Fri, 17 May 2013
 
add a note add a note User Contributed Notes gzdecode - [7 notes]