PHP: Hypertext Preprocessor (original) (raw)

The mysqli_driver class

(PHP 5, PHP 7, PHP 8)

Introduction

The mysqli_driver class is an instance of the monostate pattern, i.e. there is only one driver which can be accessed though an arbitrary amount of mysqli_driver instances.

Class synopsis

final class **mysqli_driver {

}

Properties

client_info

The Client API header version

client_version

The Client version

driver_version

The MySQLi Driver version

Warning

This property has been deprecated as of PHP 8.1.0. Relying on this property is highly discouraged.

embedded

Whether MySQLi Embedded support is enabled

Warning

This property has been removed as of PHP 8.0.0.

reconnect

Allow or prevent reconnect (see the mysqli.reconnect INI directive)

Warning

This property has been removed along with the mysqli.reconnect INI directive as of PHP 8.2.0.

report_mode

Set to [MYSQLI_REPORT_OFF](mysqli.constants.php#constant.mysqli-report-off),[MYSQLI_REPORT_ALL](mysqli.constants.php#constant.mysqli-report-all) or any combination of**[MYSQLI_REPORT_STRICT](mysqli.constants.php#constant.mysqli-report-strict)** (throw Exceptions for errors),[MYSQLI_REPORT_ERROR](mysqli.constants.php#constant.mysqli-report-error) (report errors) and**[MYSQLI_REPORT_INDEX](mysqli.constants.php#constant.mysqli-report-index)** (errors regarding indexes). See also mysqli_report().

Table of Contents

Found A Problem?

There are no user contributed notes for this page.