Php/docs/class.php-user-filter

提供:Dev Guides
< Php
移動先:案内検索

(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

public onCreate ( ) : bool

}

プロパティ

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


目次