php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <php_stream_filter_api.h>
Data Fields | |
php_stream_filter_status_t(* | filter )(php_stream *stream, php_stream_filter *thisfilter, php_stream_bucket_brigade *buckets_in, php_stream_bucket_brigade *buckets_out, size_t *bytes_consumed, int flags) |
void(* | dtor )(php_stream_filter *thisfilter) |
const char * | label |
Definition at line 80 of file php_stream_filter_api.h.
void(* _php_stream_filter_ops::dtor) (php_stream_filter *thisfilter) |
Definition at line 91 of file php_stream_filter_api.h.
php_stream_filter_status_t(* _php_stream_filter_ops::filter) (php_stream *stream, php_stream_filter *thisfilter, php_stream_bucket_brigade *buckets_in, php_stream_bucket_brigade *buckets_out, size_t *bytes_consumed, int flags) |
Definition at line 82 of file php_stream_filter_api.h.
const char* _php_stream_filter_ops::label |
Definition at line 93 of file php_stream_filter_api.h.