Ajax
Ajax Examples
Ajax Tutorials
Scripts and Programs
Javascript
Javascript Examples Tutorials
DHTML Tutorials
Javascript References
Scripts and Programs
HTML
HTML Tutorials
HTML References
HTML DOM 0 References
HTML DOM 2 References
CSS
CSS Tutorials
CSS References
PHP
PHP Source Code
PHP References
Scripts and Programs
C#
C# Source Code
C# Examples
Bookmark this on Delicious
Share on Facebook
Slashdot It!
Digg
PHP
:
Function Reference
:
SAM - Simple Asynchronous Messaging
: SAMConnection::setDebug()
SAMConnection::setDebug()
Turn on or off additional debugging output.
(
)
Example 2130. Turn on debugging output
copy to clipboard
<?php
$conn
->
setdebug
(
TRUE
);
?>
Example 2131. Turn off debugging output
copy to clipboard
<?php
$conn
->
setdebug
(
FALSE
);
?>
<< SAMConnection->send()
PHP
:
Function Reference
:
SAM - Simple Asynchronous Messaging
: SAMConnection::setDebug()
SAMConnection->subscribe() >>
Change Language
SAMConnection->commit()
SAMConnection->connect()
SAMConnection->__construct()
SAMConnection->disconnect()
SAMConnection->errno
SAMConnection->error
SAMConnection->isConnected()
SAMConnection->peek()
SAMConnection->peekAll()
SAMConnection->receive()
SAMConnection->remove()
SAMConnection->rollback()
SAMConnection->send()
SAMConnection::setDebug()
SAMConnection->subscribe()
SAMConnection->unsubscribe()
SAMMessage->body
SAMMessage->__construct()
SAMMessage->header