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;