mysqli_report

时间:2023-03-10 07:01:26
mysqli_report
MYSQLI_REPORT_OFF Turns reporting off
MYSQLI_REPORT_ERROR Report errors from mysqli function calls
MYSQLI_REPORT_STRICT             Throw mysqli_sql_exception for errors            instead of warnings           
MYSQLI_REPORT_INDEX Report if no index or bad index was used in a query
MYSQLI_REPORT_ALL Set all options (report all)