php8.5
Home/ Manual/ reference / stream/ The php_user_filter class

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

class php_user_filter { }

Properties

filtername

Name of the filter registered by stream_filter_append().

params
stream

Php-user-filter

Source: reference/stream/php-user-filter.xml · from the official PHP manual (php/doc-en)