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

Beschreibung

Connect to a specific newsserver and access the given newsgroup

Warnung

Diese Methode ist veraltet. Das bedeutet zukünftige Versionen dieses Packages müssen diese Methode nicht mehr besitzen.

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

Parameter

  • $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

Rückgabewert

boolean - TRUE if successful

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.

Warnung

Diese Methode ist veraltet. Das bedeutet zukünftige Versionen dieses Packages müssen diese Methode nicht mehr besitzen.

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.