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> <Ejemplo de clase registrada como envoltura de flujo
[edit] Last updated: Fri, 07 Jun 2013

view this page in

La clase php_user_filter

(PHP 5)

Introducción

Los hijos de esta clase son pasados a stream_filter_register().

Sinopsis de la Clase

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

Propiedades

filtername

El nombre del filtro registrado por stream_filter_append().

params

Tabla de contenidos



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