|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <php_mysqli_structs.h>
Data Fields | |
| zval | reason |
| zval | sqlstate |
| int | errorno |
| MYSQLI_WARNING * | next |
Definition at line 92 of file php_mysqli_structs.h.
| int st_mysqli_warning::errorno |
Definition at line 95 of file php_mysqli_structs.h.
| MYSQLI_WARNING* st_mysqli_warning::next |
Definition at line 96 of file php_mysqli_structs.h.
| zval st_mysqli_warning::reason |
Definition at line 93 of file php_mysqli_structs.h.
| zval st_mysqli_warning::sqlstate |
Definition at line 94 of file php_mysqli_structs.h.