Streams
PHP Manual

The php_user_filter class

(PHP 5)

Introdução

Children of this class are passed to stream_filter_register().

Sinopse da classe

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

Propriedades

filtername

Name of the filter registered by stream_filter_append().

params

Índice


Streams
PHP Manual