Net_NNTP_Client::authenticate()

Net_NNTP_Client::authenticate() -- Authenticate

Synopsis

require_once 'Net/NNTP/Client.php';

publicbooléenNet_NNTP_Client::authenticatechaîne de caractères$userchaîne de caractères$passentier$authmode =
NET_NNTP_AUTHORIGINAL

Description

Authenticate on an already open connection

Paramètres

Valeur retournée

boolean - Retourne TRUE en cas de succès, un objet PEAR_Error en cas d'échec.

Note

Cette fonction ne peut pas être appelée de façon statique.

Voir aussi

Net_NNTP_Client::connectAuthenticated()