MYSQLI_DRIVER(3) 1 MYSQLI_DRIVER(3)
The mysqli_driver class
INTRODUCTION
MySQLi Driver.
CLASS SYNOPSIS
mysqli_driver
mysqli_driver
Properties
o publicreadonly string$client_info
o publicreadonly string$client_version
o publicreadonly string$driver_version
o publicreadonly string$embedded
o public bool$reconnect
o public int$report_mode
Methods
o
void mysqli_driver::embedded_server_end (void )
o
bool mysqli_driver::embedded_server_start (bool $start, array $arguments, array $groups)
PROPERTIES
o $client_info
-The Client API header version
o $client_version
-The Client version
o $driver_version
-The MySQLi Driver version
o $embedded
-Whether MySQLi Embedded support is enabled
o $reconnect
-Allow or prevent reconnect (see the mysqli.reconnect INI directive)
o $report_mode
- 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). See also mysqli_report(3).
PHP Documentation Group MYSQLI_DRIVER(3)