Net_SMTP::setDebug()

Net_SMTP::setDebug() -- Set the value of the debugging flag.

Synopsis

require_once 'NET/SMTP.php';

voidNet_SMTP::setDebug (boolean $debug)

Description

Set the value of the debugging flag.

Parameter

boolean $debug

New value for the debugging flag.

Throws

throws no exceptions thrown

Note

This function can not be called statically.