The php_user_filter class

(PHP 5, PHP 7, PHP 8)

Giriş

Children of this class are passed to stream_filter_register(). Note that the __construct method is not called; instead, php_user_filter::onCreate() should be used for initialization.

Sınıf Sözdizimi

php_user_filter {
/* Özellikler */
public $filtername ;
public $params ;
/* Yöntemler */
public filter ( resource $in , resource $out , int &$consumed , bool $closing ) : int
public onClose ( ) : void
public onCreate ( ) : bool
}

Özellikler

filtername

Name of the filter registered by stream_filter_append().

params

İçindekiler