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

La classe MySQLi_Driver

Introduction

Driver MySQLi.

Synopsis de la classe

MySQLi_Driver
MySQLi_Driver {
/* Propriétés */
public readonly string $client_info ;
public readonly string $client_version ;
public readonly string $driver_version ;
public readonly string $embedded ;
public boolean $reconnect ;
public int $report-mode ;
/* Méthodes */
bool mysqli_driver::embedded_server_start ( bool $start , array $arguments , array $groups )
}

Propriétés

client_info

La version de l'en-tête du client API

client_version

La version du client

driver_version

La version du driver MySQLi

embedded

Si le support "MySQLi Embedded" est activé

reconnect

Permet ou non la reconnexion (voir la directive INI mysqli.reconnect)

report_mode

Définit à MYSQLI_REPORT_STRICT afin de lancer des exceptions lors d'erreurs

Sommaire



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

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