mysqli_driver(3) php man page | unix.com

Man Page: mysqli_driver

Operating Environment: php

Section: 3

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
domnode(3) - php
domprocessinginstruction(3) - php
eventbuffer(3) - php
oauth(3) - php
xmlreader(3) - php
Similar Topics in the Unix Linux Community
Rules for Homework & Coursework Questions Forum
UNIX.COM 2017 Year End Summary
Please Welcome Don Cragun as Lead Moderator
Please Welcome Ravinder Singh to the Moderation Team
Please Welcome Nicki Paul to the Moderator Team!