Net_NNTP::isConnected()

Net_NNTP::isConnected() -- check connection status

Synopsis

require_once 'Net/NNTP.php';

boolean Net_NNTP::isConnected ()

Beschreibung

Returns the status of the connection

Rückgabewert

boolean - TRUE, if connected

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.

Beispiel