PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

HttpInflateStream::factory> <HttpDeflateStream::finish
Last updated: Fri, 01 Jun 2007

view this page in

HttpInflateStream

(No version information available, might be only in CVS)

HttpInflateStream — HTTP Inflate Stream

Synopsis

   class HttpInflateStream
  

Class Members

Constants

Table 115. 

TypeNameDescription
intFLUSH_NONEno forced flush
intFLUSH_SYNCsynching flush
intFLUSH_FULLfull flush

Note: Flushing usually has no effect on inflate streams.

Methods

HttpInflateStream::factory()
HttpInflateStream::__construct()
HttpInflateStream::update()
HttpInflateStream::flush()
HttpInflateStream::finish()

Examples

Example 847. A HttpInflateStream example

<?php
$stream
= new HttpInflateStream;
echo
$stream->update($data);
echo
$stream->finish();
?>



add a note add a note User Contributed Notes
HttpInflateStream
There are no user contributed notes for this page.

HttpInflateStream::factory> <HttpDeflateStream::finish
Last updated: Fri, 01 Jun 2007
 
 
show source | credits | sitemap | contact | advertising | mirror sites