|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Functions | |
| void | php_clear_warnings (MYSQLI_WARNING *w) |
| MYSQLI_WARNING * | php_get_warnings (MYSQLND_CONN_DATA *mysql) |
| PHP_METHOD (mysqli_warning, next) | |
| PHP_METHOD (mysqli_warning, __construct) | |
Variables | |
| const mysqli_property_entry | mysqli_warning_property_entries [] |
| void php_clear_warnings | ( | MYSQLI_WARNING * | w | ) |
Definition at line 28 of file mysqli_warning.c.
| MYSQLI_WARNING * php_get_warnings | ( | MYSQLND_CONN_DATA * | mysql | ) |
Definition at line 62 of file mysqli_warning.c.
| PHP_METHOD | ( | mysqli_warning | , |
| __construct | ) |
Definition at line 200 of file mysqli_warning.c.
| PHP_METHOD | ( | mysqli_warning | , |
| next | ) |
Definition at line 118 of file mysqli_warning.c.
| const mysqli_property_entry mysqli_warning_property_entries[] |
Definition at line 208 of file mysqli_warning.c.