![]() |
|
(no version information, might be only in CVS)
struct php_stream_filter -- Contiene propiedades de filtro y apuntadores a operacionesstruct _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; |
Hosting by: hurra.com
Generated: 2007-01-26 18:01:10