mysqli_report

(PHP 5, PHP 7, PHP 8)

mysqli_report别名 mysqli_driver->report_mode

说明

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

add a noteadd a note

User Contributed Notes 2 notes

up
-1
grepmaster
13 years ago
Hint: If you use

mysqli_report(MYSQLI_REPORT_ALL ^ MYSQLI_REPORT_STRICT)

normal errors are generated instead of exceptions.
up
-5
Polarina
14 years ago
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.

备份地址:http://www.lvesu.com/blog/php/function.mysqli-report.php