php man page for gzuncompress

Query: gzuncompress

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

GZUNCOMPRESS(3) 							 1							   GZUNCOMPRESS(3)

gzuncompress - Uncompress a compressed string

SYNOPSIS
string gzuncompress (string $data, [int $length])
DESCRIPTION
This function uncompress a compressed string.
PARAMETERS
o $data - The data compressed by gzcompress(3). o $length - The maximum length of data to decode.
RETURN VALUES
The 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.
EXAMPLES
Example #1 gzuncompress(3) example <?php $compressed = gzcompress('Compress me', 9); $uncompressed = gzuncompress($compressed); echo $uncompressed; ?>
SEE ALSO
gzcompress(3), gzinflate(3), gzdeflate(3), gzencode(3). PHP Documentation Group GZUNCOMPRESS(3)
Related Man Pages
ns_zlib(3aolserv) - debian
pack_fopen_chunk(3alleg4) - debian
gzdeflate(3) - php
pack_fopen_chunk(3alleg4) - centos
pack_fopen_chunk(3alleg4) - linux
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
Rules for Homework &amp; Coursework Questions Forum
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch