php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Functions | |
void | php_mysqli_throw_sql_exception (char *sqlstate, int errorno, char *format,...) |
PHP_FUNCTION (mysqli_report) | |
void | php_mysqli_report_error (const char *sqlstate, int errorno, const char *error) |
void | php_mysqli_report_index (const char *query, unsigned int status) |
PHP_FUNCTION | ( | mysqli_report | ) |
Definition at line 27 of file mysqli_report.c.
void php_mysqli_report_error | ( | const char * | sqlstate, |
int | errorno, | ||
const char * | error ) |
Definition at line 43 of file mysqli_report.c.
void php_mysqli_report_index | ( | const char * | query, |
unsigned int | status ) |
Definition at line 50 of file mysqli_report.c.
|
extern |
Definition at line 28 of file mysqli_exception.c.