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

search for in the

mysqli::dump_debug_info> <mysqli::__construct
Last updated: Fri, 13 Nov 2009

view this page in

mysqli::debug

mysqli_debug

(PHP 5)

mysqli::debug -- mysqli_debugデバッグ操作を行う

説明

オブジェクト指向型 (メソッド):

bool mysqli::debug ( string $message )

手続き型:

bool mysqli_debug ( string $message )

Fred Fish debugging library を使用してデバッグを行います。

パラメータ

message

実行するデバッグ操作を表す文字列。

返り値

Returns TRUE.

注意

注意: mysqli_debug() 関数を使用するには、 MySQL クライアントライブラリを、デバッグ機能を有効にしてコンパイルする 必要があります。

例1 トレースファイルの作成

<?php

/* ローカル(クライアント)マシンの '/tmp/client.trace' に
   トレースファイルを作成します */
mysqli_debug("d:t:0,/tmp/client.trace");

?>

参考



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

mysqli::dump_debug_info> <mysqli::__construct
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites