Net_NNTP::post() (Previous) (Next) Net_NNTP::quit()

View this page in Last updated: Sun, 28 Sep 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

Net_NNTP::prepareConnection()

Net_NNTP::prepareConnection() -- connects to a newsgroup on a newsserver

Description

Connect to a specific newsserver and access the given newsgroup

Avertissement

Cette fonction est obsolète. Cela signifie qu'elle pourra ne plus être supportée dans les prochaines versions du module.

Consider this method deprecated - use Net_NNTP::connectAuthenticated() instead.

Paramètres

  • $nntpserver - Name of the newsserver to connect

  • $port - Port, where the newsserver listens

  • $newsgroup - Newsgroup to access

  • $user - Username to authenticate

  • $user - Username to authenticate

  • $pass - Password to authenticate

  • $authmode - Type of authentication, at the moment only PEAR_NNTP_AUTHORIGINAL

Valeur retournée

boolean - TRUE if successful

Note

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

Avertissement

Cette fonction est obsolète. Cela signifie qu'elle pourra ne plus être supportée dans les prochaines versions du module.

Fetching data with a connection created with prepareConnection() is faster then a created connection with connect()

Net_NNTP::post() (Previous) (Next) Net_NNTP::quit()

Download Documentation Last updated: Sun, 28 Sep 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.