PHP_USER_FILTER(3) 1 PHP_USER_FILTER(3)
The php_user_filter class
INTRODUCTION
Children of this class are passed to stream_filter_register(3).
CLASS SYNOPSIS
php_user_filter
php_user_filter
Properties
o public$filtername
o public$params
Methods
o public int php_user_filter::filter (resource $in, resource $out, int &$consumed, bool $closing)
o public void php_user_filter::onClose (void )
o public bool php_user_filter::onCreate (void )
PROPERTIES
o $filtername
- Name of the filter registered by stream_filter_append(3).
o $params
-
PHP Documentation Group PHP_USER_FILTER(3)