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

search for in the

mysqli::dump_debug_info> <mysqli::__construct
[edit] Last updated: Thu, 23 May 2013

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:o,/tmp/client.trace");

?>

参考



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

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