The <classname>HttpInflateStream</classname> class
&reftitle.classsynopsis; HttpInflateStream HttpInflateStream
Class Members
Constants <tgroup cols="3"> <thead> <row> <entry>Type</entry> <entry>Name</entry> <entry>Description</entry> </row> </thead> <tbody> <row> <entry>int</entry> <entry>FLUSH_NONE</entry> <entry>no forced flush</entry> </row> <row> <entry>int</entry> <entry>FLUSH_SYNC</entry> <entry>synching flush</entry> </row> <row> <entry>int</entry> <entry>FLUSH_FULL</entry> <entry>full flush</entry> </row> </tbody> </tgroup> </table> <note> <para> Flushing usually has no effect on inflate streams. </para> </note> </section> </section> <section role="examples"> &reftitle.examples; <para> <example> <title>A <classname>HttpInflateStream</classname> example update($data); echo $stream->finish(); ?> ]]> &reference.http.entities.HttpInflateStream;