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

search for in the

HttpInflateStream::__construct> <HttpDeflateStream::update
Last updated: Fri, 14 Nov 2008

view this page in

Classe HttpInflateStream

Synopsis de la classe

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

Membres de la classe

Constantes

Type Nom Description
int FLUSH_NONE pas de flush forcé
int FLUSH_SYNC synchronisation du flush
int FLUSH_FULL flush complet

Note: Le flush n'a habituellement aucun effet sur les flux décompressés.

Exemples

Exemple #1 Exemple avec HttpInflateStream

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

Sommaire



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

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