|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <php_output.h>
Data Fields | ||
| zend_string * | name | |
| int | flags | |
| int | level | |
| size_t | size | |
| php_output_buffer | buffer | |
| void * | opaq | |
| void(* | dtor )(void *opaq) | |
| union { | ||
| php_output_handler_user_func_t * user | ||
| php_output_handler_context_func_t internal | ||
| } | func | |
Definition at line 122 of file php_output.h.
| php_output_buffer _php_output_handler::buffer |
Definition at line 127 of file php_output.h.
Definition at line 130 of file php_output.h.
| int _php_output_handler::flags |
Definition at line 124 of file php_output.h.
| union { ... } _php_output_handler::func |
| php_output_handler_context_func_t _php_output_handler::internal |
Definition at line 134 of file php_output.h.
| int _php_output_handler::level |
Definition at line 125 of file php_output.h.
| zend_string* _php_output_handler::name |
Definition at line 123 of file php_output.h.
| void* _php_output_handler::opaq |
Definition at line 129 of file php_output.h.
| size_t _php_output_handler::size |
Definition at line 126 of file php_output.h.
| php_output_handler_user_func_t* _php_output_handler::user |
Definition at line 133 of file php_output.h.