php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
_php_stream_filter_chain Struct Reference

#include <php_stream_filter_api.h>

Data Fields

php_stream_filterhead
 
php_stream_filtertail
 
php_streamstream
 

Detailed Description

Definition at line 97 of file php_stream_filter_api.h.

Field Documentation

◆ head

php_stream_filter* _php_stream_filter_chain::head

Definition at line 98 of file php_stream_filter_api.h.

◆ stream

php_stream* _php_stream_filter_chain::stream

Definition at line 101 of file php_stream_filter_api.h.

◆ tail

php_stream_filter * _php_stream_filter_chain::tail

Definition at line 98 of file php_stream_filter_api.h.


The documentation for this struct was generated from the following file: