略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: mysqli_report

2024-05-11

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.

官方地址:https://www.php.net/manual/en/function.mysqli-report.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3