|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <php_mysqli_structs.h>
Data Fields | |
| MYSQL * | mysql |
| zend_string * | hash_key |
| zval | li_read |
| php_stream * | li_stream |
| unsigned int | multi_query |
| bool | persistent |
| int | async_result_fetch_type |
Definition at line 62 of file php_mysqli_structs.h.
| int MY_MYSQL::async_result_fetch_type |
Definition at line 69 of file php_mysqli_structs.h.
| zend_string* MY_MYSQL::hash_key |
Definition at line 64 of file php_mysqli_structs.h.
| zval MY_MYSQL::li_read |
Definition at line 65 of file php_mysqli_structs.h.
| php_stream* MY_MYSQL::li_stream |
Definition at line 66 of file php_mysqli_structs.h.
| unsigned int MY_MYSQL::multi_query |
Definition at line 67 of file php_mysqli_structs.h.
| MYSQL* MY_MYSQL::mysql |
Definition at line 63 of file php_mysqli_structs.h.
| bool MY_MYSQL::persistent |
Definition at line 68 of file php_mysqli_structs.h.