PEAR Manual
This manual is provided as a courtesy. It is not an official source. Please check pear.php.net for updated information.
require_once 'Net/NNTP.php';
void Net_NNTP::setDebug (boolean $on = TRUE)
void Net_NNTP::setDebug
Enables or disables debug mode for Net_NNTP
boolean $on - TRUE = debug on, FALSE = debug off
This function can not be called statically.