From bbf16dfad47c05066a84fac4171c53346f4bfa50 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Wed, 2 Jan 2008 13:08:29 +0000 Subject: [PATCH] Document the available props git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249676 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqli/mysqli_driver.xml | 83 +++++++++++++++++++++++++++++- 1 file changed, 81 insertions(+), 2 deletions(-) diff --git a/reference/mysqli/mysqli_driver.xml b/reference/mysqli/mysqli_driver.xml index 56a7d56e0e..96844e7040 100644 --- a/reference/mysqli/mysqli_driver.xml +++ b/reference/mysqli/mysqli_driver.xml @@ -1,5 +1,5 @@ - + The MySQLi_Driver class MySQLi_Driver @@ -30,13 +30,92 @@ + Properties + + public + readonly + string + client_info + + + public + readonly + string + client_version + + + public + readonly + string + driver_version + + + public + readonly + string + embedded + + + public + bool + reconnect + + + public + int + report-mode + + Methods - + +
+ &reftitle.properties; + + + client_info + + The Client API header version + + + + client_version + + The Client version + + + + driver_version + + The MySQLi Driver version + + + + embedded + + Wether MySQLi Embedded support is enabled + + + + reconnect + + Allow or prevent reconnect (see the mysqli.reconnect INI directive) + + + + report_mode + + Set to MYSQLI_REPORT_STRICT to throw Exceptions for errors + + + +
+ + &reference.mysqli.entities.mysqli-driver;