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

search for in the

HttpInflateStream::__construct> <HttpDeflateStream::update
Last updated: Fri, 22 Aug 2008

view this page in

The HttpInflateStream class

Sinopse da classe

HttpInflateStream
class HttpInflateStream {
public void __construct ([ int $flags = 0 ] )
public HttpInflateStream factory ([ int $flags = 0 [, string $class_name = 'HttpInflateStream' ]] )
public string finish ([ string $data ] )
public string flush ([ string $data ] )
public string update ( string $data )
}

Class Members

Constants

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

Nota: Flushing usually has no effect on inflate streams.

Exemplos

Exemplo #1 A HttpInflateStream example

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

Índice



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

HttpInflateStream::__construct> <HttpDeflateStream::update
Last updated: Fri, 22 Aug 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites