PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

mysqli_driver::embedded_server_end> <mysqli_result->num_rows
Last updated: Fri, 05 Sep 2008

view this page in

The MySQLi_Driver class

Introduction

MySQLi Driver.

Class synopsis

MySQLi_Driver
MySQLi_Driver {
/* Properties */
public readonly string $client_info ;
public readonly string $client_version ;
public readonly string $driver_version ;
public readonly string $embedded ;
public bool $reconnect ;
public int $report-mode ;
/* Methods */
bool mysqli_driver::embedded_server_start ( bool $start , array $arguments , array $groups )
}

Properties

client_info

The Client API header version

client_version

The Client version

driver_version

The MySQLi Driver version

embedded

Wether MySQLi Embedded support is enabled

reconnect

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

report_mode

Set to MYSQLI_REPORT_STRICT to throw Exceptions for errors

Table of Contents



add a note add a note User Contributed Notes
MySQLi_Driver
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites