The php_user_filter class
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.
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.
Class synopsis
Properties
filternameName of the filter registered by
stream_filter_append().paramsstream
Php-user-filter