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

search for in the

HttpInflateStream::__construct> <HttpDeflateStream::update
[edit] Last updated: Fri, 25 May 2012

view this page in

HttpInflateStream クラス

(バージョン情報なし。おそらく SVN 版にしか存在しないでしょう)

クラス概要

HttpInflateStream {
public __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 )
}

クラスのメンバ

定数

名前 説明
int FLUSH_NONE フラッシュを強制しない
int FLUSH_SYNC フラッシュを同期させる
int FLUSH_FULL 完全にフラッシュする

注意:

フラッシュは、展開ストリームにおいては通常何の意味も持ちません。

例1 HttpInflateStream の例

<?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.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites