ストリーム
PHP Manual

php_user_filter クラス

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

導入

このクラスの子クラスを stream_filter_register() に渡します。

クラス概要

php_user_filter {
/* プロパティ */
public $filtername ;
public $params ;
/* メソッド */
public int filter ( resource $in , resource $out , int &$consumed , bool $closing )
public void onClose ( void )
public bool onCreate ( void )
}

プロパティ

filtername

stream_filter_append() で登録するフィルタの名前。

params

目次


ストリーム
PHP Manual