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, 10 Oct 2008

view this page in

MySQLi_Driver クラス

導入

MySQLi ドライバです。

クラス概要

MySQLi_Driver
MySQLi_Driver {
/* プロパティ */
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 ;
/* メソッド */
bool mysqli_driver::embedded_server_start ( bool $start , array $arguments , array $groups )
}

プロパティ

client_info

クライアント API ヘッダのバージョン

client_version

クライアントのバージョン

driver_version

MySQLi ドライバのバージョン

embedded

MySQLi Embedded のサポートが有効かどうか

reconnect

再接続を許可するかどうか ()

report_mode

MYSQLI_REPORT_STRICT に設定すると、エラー時に例外をスローします

目次



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