The php_user_filter class

(PHP 5)

Вступ

Children of this class are passed to 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

Name of the filter registered by stream_filter_append().

params

Зміст

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top