The php_user_filter class

(PHP 5, PHP 7)

소개

Children of this class are passed to stream_filter_register().

클래스 개요

php_user_filter {
/* 프로퍼티 */
public $filtername ;
public $params ;
/* 메소드 */
public int filter ( resource $in , resource $out , int &$consumed , bool $closing )
public void onClose ( void )
public bool onCreate ( void )
}

프로퍼티

filtername

Name of the filter registered by stream_filter_append().

params

Table of Contents

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top