The php_user_filter classphp_user_filter
&reftitle.intro;
Children of this class are passed to
stream_filter_register.
Note that the __construct method is not called;
instead, php_user_filter::onCreate should be used for
initialization.
&reftitle.classsynopsis;
php_user_filterphp_user_filter&Properties;publicfilternamepublicparams&Methods;
&reftitle.properties;
filtername
Name of the filter registered by
stream_filter_append.
params
&reference.stream.entities.php-user-filter;