KRISTOFFER BOHMANN
[BETA]
Forside
Om KB
Kompetencer
Referencer
Zlib
gzclose
gzcompress
gzdecode
gzdeflate
gzencode
gzeof
gzfile
gzgetc
gzgets
gzgetss
gzinflate
gzopen
gzpassthru
gzputs
gzread
gzrewind
gzseek
gztell
gzuncompress
gzwrite
readgzfile
zlib_get_coding_type
Home
>
PHP
>
Function
>
Zlib
>
gzdecode()
gzdecode()
gzdecode - Decodes a gzip compressed string
Syntax
string
gzdecode
(
string
$data,
int
$length)
Arguments
data - The data to decode, encoded by gzencode().
length - The maximum length of data to decode.
Description
This function returns a decoded version of the input data.
Version
PHP No version information available, might only be in SVN
Return value
The decoded string, or FALSE if an error occurred.