struct php_stream_filter -- Contiene propiedades de filtro y apuntadores a
operaciones
DescripciĆ³n
struct _php_stream_filter {
php_stream_filter_ops *fops;
void *abstract; /* para su uso por la implementacion de filtro */
php_stream_filter *next;
php_stream_filter *prev;
int is_persistent;
/* enlace a la secuencia y la cadena */
php_stream_filter_chain *chain;
/* paquetes en bufer */
php_stream_bucket_brigade buffer;
} php_stream_filter;