首页 > 代码库 > mysqli_report

mysqli_report

MYSQLI_REPORT_OFFTurns reporting off
MYSQLI_REPORT_ERRORReport errors from mysqli function calls
MYSQLI_REPORT_STRICT            Throw mysqli_sql_exception for errors            instead of warnings           
MYSQLI_REPORT_INDEXReport if no index or bad index was used in a query
MYSQLI_REPORT_ALLSet all options (report all)

mysqli_report