HTTP
PHP Manual

HttpInflateStream クラス

クラス概要

HttpInflateStream
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 )
}

クラスのメンバ

定数

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

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

例1 HttpInflateStream の例

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

目次


HTTP
PHP Manual
アダルトレンタルサーバー