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

HttpInflateStream クラス

クラス概要

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

クラスのメンバ

定数

名前 説明
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.

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