mysqli_report

(PHP 5, PHP 7, PHP 8)

mysqli_report别名 mysqli_driver->report_mode

说明

此函数是该函数的别名: mysqli_driver->report_mode

User Contributed Notes

grepmaster 22-Mar-2009 05:51
Hint: If you use

mysqli_report(MYSQLI_REPORT_ALL ^ MYSQLI_REPORT_STRICT)

normal errors are generated instead of exceptions.
Polarina 10-Nov-2007 03:08
It should be noted that all reports made by this function, are sent through an exception named 'mysqli_sql_exception' instead of a normal PHP warning.
PHP8中文手册 站长在线 整理 版权归PHP文档组所有