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: Sun, 25 Nov 2007

view this page in

HttpInflateStream

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

HttpInflateStream — HTTP Inflate Stream

   class HttpInflateStream
  

Class Members

Constants

Type Name Description
int FLUSH_NONE no forced flush
int FLUSH_SYNC synching flush
int FLUSH_FULL full flush

Note: Flushing usually has no effect on inflate streams.

예제

Example#1 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: Sun, 25 Nov 2007
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites