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

#include <php_output.h>

Data Fields

zend_stringname
 
int flags
 
int level
 
size_t size
 
php_output_buffer buffer
 
voidopaq
 
void(* dtor )(void *opaq)
 
union { 
 
   php_output_handler_user_func_t *   user 
 
   php_output_handler_context_func_t   internal 
 
func 
 

Detailed Description

Definition at line 122 of file php_output.h.

Field Documentation

◆ buffer

php_output_buffer _php_output_handler::buffer

Definition at line 127 of file php_output.h.

◆ dtor

void(* _php_output_handler::dtor) (void *opaq)

Definition at line 130 of file php_output.h.

◆ flags

int _php_output_handler::flags

Definition at line 124 of file php_output.h.

◆ [union]

union { ... } _php_output_handler::func

◆ internal

php_output_handler_context_func_t _php_output_handler::internal

Definition at line 134 of file php_output.h.

◆ level

int _php_output_handler::level

Definition at line 125 of file php_output.h.

◆ name

zend_string* _php_output_handler::name

Definition at line 123 of file php_output.h.

◆ opaq

void* _php_output_handler::opaq

Definition at line 129 of file php_output.h.

◆ size

size_t _php_output_handler::size

Definition at line 126 of file php_output.h.

◆ user

php_output_handler_user_func_t* _php_output_handler::user

Definition at line 133 of file php_output.h.


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