Query: gzinflate
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GZINFLATE(3) 1 GZINFLATE(3) gzinflate - Inflate a deflated stringSYNOPSISstring gzinflate (string $data, [int $length])DESCRIPTIONThis function inflates a deflated string.PARAMETERSo $data - The data compressed by gzdeflate(3). o $length - The maximum length of data to decode.RETURN VALUESThe original uncompressed data or FALSE on error. The function will return an error if the uncompressed data is more than 32768 times the length of the compressed input $data or more than the optional parameter $length.EXAMPLESExample #1 gzinflate(3) example <?php $compressed = gzdeflate('Compress me', 9); $uncompressed = gzinflate($compressed); echo $uncompressed; ?>SEE ALSOgzdeflate(3), gzcompress(3), gzuncompress(3), gzencode(3). PHP Documentation Group GZINFLATE(3)
Related Man Pages |
---|
pack_fopen_chunk(3alleg4) - debian |
gzencode(3) - php |
gzcompress(3) - php |
gzgetss(3) - php |
image::exiftool::writepng(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Need to Speed up shell script |