|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <signal.h>#include "php.h"#include "php_mysqli_structs.h"#include "mysqli_priv.h"#include "zend_exceptions.h"Go to the source code of this file.
Functions | |
| void | php_mysqli_throw_sql_exception (char *sqlstate, int errorno, char *format,...) |
| PHP_METHOD (mysqli_sql_exception, getSqlState) | |
| PHP_METHOD | ( | mysqli_sql_exception | , |
| getSqlState | ) |
Definition at line 65 of file mysqli_exception.c.
| void php_mysqli_throw_sql_exception | ( | char * | sqlstate, |
| int | errorno, | ||
| char * | format, | ||
| ... ) |
Definition at line 28 of file mysqli_exception.c.