php man page for mysqli_driver

Query: mysqli_driver

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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)
Related Man Pages
domdocumentfragment(3) - php
domnode(3) - php
eventbuffer(3) - php
reflectionfunction(3) - php
reflectionfunctionabstract(3) - php
Similar Topics in the Unix Linux Community
New Code Tags (Syntax Highlighting)
Please Welcome Don Cragun as Lead Moderator
Status of UNIX.COM Forum Transformation
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch