|
The mysqli_driver classIntroductionThe 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
mysqli_driver
/* Properties */
public
readonly
string
$client_info;
public
readonly
int
$client_version;
public
readonly
int
$driver_version;
public
int
$report_mode;
Properties
Changelog
|