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

#include <php_mysqli_structs.h>

Data Fields

char * val
 
zend_ulong buflen
 
zend_ulong output_len
 
zend_ulong type
 

Detailed Description

Definition at line 41 of file php_mysqli_structs.h.

Field Documentation

◆ buflen

zend_ulong VAR_BUFFER::buflen

Definition at line 43 of file php_mysqli_structs.h.

◆ output_len

zend_ulong VAR_BUFFER::output_len

Definition at line 44 of file php_mysqli_structs.h.

◆ type

zend_ulong VAR_BUFFER::type

Definition at line 45 of file php_mysqli_structs.h.

◆ val

char* VAR_BUFFER::val

Definition at line 42 of file php_mysqli_structs.h.


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