The php_user_filter class

(Ingen versionsoplysninger tilgængelige, findes måske kun i SVN)

Introduktion

Children of this class are passed to stream_filter_register().

Klasse synopsis

php_user_filter {
/* Egenskaber */
public $filtername ;
public $params ;
/* Metoder */
public int filter ( resource $in , resource $out , int &$consumed , bool $closing )
public void onClose ( void )
public bool onCreate ( void )
}

Egenskaber

filtername

Name of the filter registered by stream_filter_append().

params

Indholdsfortegnelse

add a note add a note

User Contributed Notes

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