The php_user_filter class

(PHP 5, PHP 7)

Wstęp

Children of this class are passed to stream_filter_register().

Krótki opis klasy

php_user_filter {
/* Właściwości */
public $filtername ;
public $params ;
/* Metody */
public filter ( resource $in , resource $out , int &$consumed , bool $closing ) : int
public onClose ( void ) : void
public onCreate ( void ) : bool
}

Właściwości

filtername

Name of the filter registered by stream_filter_append().

params

Spis treści

add a note add a note

User Contributed Notes

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