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

#include <php_output.h>

Data Fields

char * data
 
size_t size
 
size_t used
 
uint32_t free:1
 
uint32_t _reserved:31
 

Detailed Description

Definition at line 91 of file php_output.h.

Field Documentation

◆ _reserved

uint32_t _php_output_buffer::_reserved

Definition at line 96 of file php_output.h.

◆ data

char* _php_output_buffer::data

Definition at line 92 of file php_output.h.

◆ free

uint32_t _php_output_buffer::free

Definition at line 95 of file php_output.h.

◆ size

size_t _php_output_buffer::size

Definition at line 93 of file php_output.h.

◆ used

size_t _php_output_buffer::used

Definition at line 94 of file php_output.h.


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