Net_URL::setOption

PEAR Manual


Net_NNTP::setDebug()

Net_NNTP::setDebug() -- setting debug mode

Synopsis

      require_once 'Net/NNTP.php';
     

void Net_NNTP::setDebug ( boolean $on = TRUE )

Description

Enables or disables debug mode for Net_NNTP

Parameter

  • boolean $on - TRUE = debug on, FALSE = debug off

Note

This function can not be called statically.




Net_URL::setOption

PEAR Manual