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

#include <php_mysqli_structs.h>

Data Fields

MYSQLmysql
 
zend_stringhash_key
 
zval li_read
 
php_streamli_stream
 
unsigned int multi_query
 
bool persistent
 
int async_result_fetch_type
 

Detailed Description

Definition at line 62 of file php_mysqli_structs.h.

Field Documentation

◆ async_result_fetch_type

int MY_MYSQL::async_result_fetch_type

Definition at line 69 of file php_mysqli_structs.h.

◆ hash_key

zend_string* MY_MYSQL::hash_key

Definition at line 64 of file php_mysqli_structs.h.

◆ li_read

zval MY_MYSQL::li_read

Definition at line 65 of file php_mysqli_structs.h.

◆ li_stream

php_stream* MY_MYSQL::li_stream

Definition at line 66 of file php_mysqli_structs.h.

◆ multi_query

unsigned int MY_MYSQL::multi_query

Definition at line 67 of file php_mysqli_structs.h.

◆ mysql

MYSQL* MY_MYSQL::mysql

Definition at line 63 of file php_mysqli_structs.h.

◆ persistent

bool MY_MYSQL::persistent

Definition at line 68 of file php_mysqli_structs.h.


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