Php/docs/class.php-user-filter

来自菜鸟教程
跳转至:导航、​搜索

(PHP 5, PHP 7)

简介

Children of this class are passed to 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
Name of the filter registered by stream_filter_append().
params


Table of Contents