The php_user_filter class

(No version information available, might only be in Git)

Introduction

Children of this class are passed to stream_filter_register().

Class synopsis

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

Properties

filtername

Name of the filter registered by stream_filter_append().

params

Table of Contents