From fd5f753b62b0082651286bdef47e58ab38635658 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Mon, 27 Jul 2009 12:06:27 +0000 Subject: [PATCH] Document report modes git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@286402 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqli/mysqli_driver.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/reference/mysqli/mysqli_driver.xml b/reference/mysqli/mysqli_driver.xml index a4cd1be51e..4388d8d753 100644 --- a/reference/mysqli/mysqli_driver.xml +++ b/reference/mysqli/mysqli_driver.xml @@ -63,7 +63,7 @@ public int - report-mode + report_mode Methods @@ -109,7 +109,13 @@ report_mode - Set to MYSQLI_REPORT_STRICT to throw Exceptions for errors + + Set to MYSQLI_REPORT_OFF, + MYSQLI_REPORT_ALL or any combination of + MYSQLI_REPORT_STRICT (throw Exceptions for errors), + MYSQLI_REPORT_ERROR (report errors) and + MYSQLI_REPORT_INDEX (errors regarding indexes). +