Net_SMTP::noop()

Net_SMTP::noop() -- Send the NOOP command.

Synopsis

require_once 'NET/SMTP.php';

mixedNet_SMTP::noop ()

Beschreibung

Send the NOOP command.

Rückgabewert

returns Returns a PEAR_Error with an error message on any kind of failure, or true on success.

Fehler-Meldungen

throws no exceptions thrown

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.