JavaScript Editor Javascript validator     Web page editor 



Mail_Mbox::setDebug()

Mail_Mbox::setDebug()  -- Set the debug flag

Synopsis

require_once '/Mbox.php';

void Mail_Mbox::setDebug (boolean $debug)

Description

Sets the debug flag. If debugging is enabled, you will get more output.

Parameter

boolean $debug

True if debug is on, otherwise false.

See

see Mail_Mbox::$debug




JavaScript Editor Javascript validator     Web page editor