php_user_filter クラス php_user_filter
&reftitle.intro; このクラスの子クラスを stream_filter_register に渡します。 子クラスの __construct メソッドは呼び出されないので注意して下さい: 初期化については、php_user_filter::onCreate を変わりに使うべきです。
&reftitle.classsynopsis; php_user_filter &Properties; public string filtername "" public mixed params "" public resourcenull stream null &Methods;
&reftitle.properties; filtername stream_filter_append で登録するフィルタの名前。 params stream
&reference.stream.entities.php-user-filter;