php_user_filter クラス

(PHP 5, PHP 7)

はじめに

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

クラス概要

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

プロパティ

filtername

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

params

目次