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

Beschreibung

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

This function returns a decoded version of the input data.

Parameter-Liste

data

The data to decode, encoded by gzencode().

length

The maximum length of data to decode.

Rückgabewerte

The decoded string, or FALSE if an error occurred.

Siehe auch



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