The HttpInflateStream class
&reftitle.classsynopsis;
HttpInflateStream
HttpInflateStream
Class Members
Constants
Type
Name
Description
int
FLUSH_NONE
no forced flush
int
FLUSH_SYNC
synching flush
int
FLUSH_FULL
full flush
Flushing usually has no effect on inflate streams.
&reftitle.examples;
A HttpInflateStream example
update($data);
echo $stream->finish();
?>
]]>
&reference.http.entities.HttpInflateStream;