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

search for in the

mysqli::$errno> <mysqli::disable_reads_from_master
[edit] Last updated: Fri, 25 May 2012

view this page in

mysqli::dump_debug_info

mysqli_dump_debug_info

(PHP 5)

mysqli::dump_debug_info -- mysqli_dump_debug_infoデバッグ情報をログに出力する

説明

オブジェクト指向型

bool mysqli::dump_debug_info ( void )

手続き型

bool mysqli_dump_debug_info ( mysqli $link )

この関数は SUPER 権限を持ったユーザーによって実行されるされることを 想定しており、link で指定した接続に関連する MySQL サーバーのデバッグ情報をログに出力します。

パラメータ

link

手続き型のみ: mysqli_connect() あるいは mysqli_init() が返すリンク ID。

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。

参考



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

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