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

search for in the

mysqli_driver::embedded_server_end> <mysqli_result::$num_rows
[edit] Last updated: Fri, 10 Feb 2012

view this page in

La classe mysqli_driver

(No version information available, might only be in SVN)

Introduction

Driver MySQLi.

Synopsis de la classe

mysqli_driver {
/* Propriétés */
public readonly string $mysqli_driver->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_OFF, MYSQLI_REPORT_ALL ou n'importe quelle combinaison de MYSQLI_REPORT_STRICT (lane des exceptions lors d'erreurs), MYSQLI_REPORT_ERROR (rapporte les erreurs) et MYSQLI_REPORT_INDEX (erreurs sur les indexes). Voir aussi mysqli_report().

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