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

search for in the

SAMConnection->subscribe> <SAMConnection->send
Last updated: Fri, 30 Jan 2009

view this page in

SAMConnection::setDebug

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

SAMConnection::setDebug 追加のデバッグ出力を有効あるいは無効にする

説明

"setdebug" メソッドを使用して、追加のデバッグ出力を有効あるいは無効にします。 SAM フレームワークは、メソッド/関数 エントリや終了トレースデータなどの追加情報を提供します。 プロトコル固有の実装についても追加出力として提供します。

SAMConnection
void send ( bool $switch )

パラメータ

switch

このパラメータを TRUE にすると、追加のデバッグ出力が行われます。 値を FALSE にすると、追加情報の出力を停止します。

例1 デバッグ出力を有効にする

<?php
$conn
->setdebug(TRUE);
?>

例2 デバッグ出力を無効にする

<?php
$conn
->setdebug(FALSE);
?>



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

SAMConnection->subscribe> <SAMConnection->send
Last updated: Fri, 30 Jan 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites