The mysqli_driver class
(PHP 5)
Introduction
MySQLi Driver.
Class synopsis
mysqli_driver
{
/* Properties */
/* Methods */
}Properties
- client_info
-
The Client API header version
- client_version
-
The Client version
- driver_version
-
The MySQLi Driver version
- embedded
-
Whether MySQLi Embedded support is enabled
- reconnect
-
Allow or prevent reconnect (see the mysqli.reconnect INI directive)
- report_mode
-
Set to
MYSQLI_REPORT_OFF,MYSQLI_REPORT_ALLor any combination ofMYSQLI_REPORT_STRICT(throw Exceptions for errors),MYSQLI_REPORT_ERROR(report errors) andMYSQLI_REPORT_INDEX(errors regarding indexes). See also mysqli_report().
Table of Contents
- mysqli_driver::embedded_server_end — Stop embedded server
- mysqli_driver::embedded_server_start — Initialize and start embedded server
- mysqli_driver::$report_mode — Enables or disables internal report functions
There are no user contributed notes for this page.
