The HttpInflateStream class

(Информация о версии неизвестна, возможно, только в SVN)

Обзор классов


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
intFLUSH_NONEno forced flush
intFLUSH_SYNCsynching flush
intFLUSH_FULLfull flush

Замечание:

Flushing usually has no effect on inflate streams.


Примеры

Пример #1 A HttpInflateStream example
$stream = new HttpInflateStream;
echo $stream->update($data);
echo $stream->finish();


Содержание


Описание класса httpinflatestream, примеры использования класса httpinflatestream.



Смотрите также:
Описание на ru2.php.net
Описание на php.ru