dismiss Step into the future! Click here to switch to the beta php.net site
downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

php_user_filter::filter> <Example class registered as stream wrapper
[edit] Last updated: Fri, 28 Jun 2013

view this page in

The php_user_filter class

(PHP 5)

Introduction

Children of this class are passed to stream_filter_register().

Class synopsis

php_user_filter {
/* Properties */
public $filtername ;
public $params ;
/* Methods */
public int filter ( resource $in , resource $out , int &$consumed , bool $closing )
public void onClose ( void )
public bool onCreate ( void )
}

Properties

filtername

Name of the filter registered by stream_filter_append().

params

Table of Contents



add a note add a note User Contributed Notes php_user_filter - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites