Net_NNTP_Client::authenticate()

Net_NNTP_Client::authenticate() -- Authenticate

Synopsis

require_once 'Net/NNTP/Client.php';

publicbooleanNet_NNTP_Client::authenticatestring$userstring$passinteger$authmode =
NET_NNTP_AUTHORIGINAL

Description

Authenticate on an already open connection

Parameter

Return value

boolean - Returns TRUE on success, PEAR_Error on failure.

Note

This function can not be called statically.

See

Net_NNTP_Client::connectAuthenticated()