Manuel Pear
Net_NNTP
Permet d'accèder à un serveur de nouvelles, ainsi que d'envoyer et traiter les posts des newsgroup La classe Net_NNTP est considérée depassée à partir de v0.10.x; Net_NNTP_Client doit être utilisée à la place dans les nouvelles applications. Un 'backport' de Net_NNTP_Client a remplacé Net_NNTP pour maintenair une compatibilité en arrière, mais c'est temporaire.
Net_NNTP_Client
- Table des matières
- Constantes -- constantes prédéfinies
- Net_NNTP_Client::authenticate() -- Authenticate
- Net_NNTP_Client::connect() -- Connects to a NNTP-server
- Net_NNTP_Client::connectAuthenticated() -- Connect and authenticate to a NNTP-server
- Net_NNTP_Client::count() -- Get the number of articles in the current newsgroup
- Net_NNTP_Client::getDescriptions() --
- Net_NNTP_Client::first() -- Get the number of the first article in the current newsgroup
- Net_NNTP_Client::getArticle() -- Fetch an article from the NNTP-server
- Net_NNTP_Client::getArticleRaw() -- Fetch an article from the NNTP-server
- Net_NNTP_Client::getGroupArticles() --
- Net_NNTP_Client::getBodyRaw() -- Fetch the body of an article from the NNTP-server
- Net_NNTP_Client::getDate() -- Get date from NNTP-server
- Net_NNTP_Client::getGroups() -- Fetch list of avaible newsgroups
- Net_NNTP_Client::getHeader() -- Fetch the header of an article from the NNTP-server
- Net_NNTP_Client::getHeaderRaw() -- fetch message header
- Net_NNTP_Client::getNewGroups() --
- Net_NNTP_Client::getNewNews() --
- Net_NNTP_Client::getOverview() -- Fetch newsgroup overview
- Net_NNTP_Client::getReferencesOverview() --
- Net_NNTP_Client::group() --
- Net_NNTP_Client::isConnected() -- Connected?
- Net_NNTP_Client::last() -- Get the number of the last article in the current newsgroup
- Net_NNTP_Client::post() --
- Net_NNTP_Client::quit() -- Close the connection to the NNTP-server
- Net_NNTP_Client::selectGroup() -- select a newsgroup
NNTP client implementation
Net_NNTP
- Table des matières
- Constantes -- constantes prédéfinies
- Net_NNTP::command() -- send a command to a newsserver
- Net_NNTP::connect() -- Connects to a newsserver
- Net_NNTP::connectAuthenticated() -- Connects and authenticates to a newsserver
- Net_NNTP::date() -- get date from news server
- Net_NNTP::first() -- get lowest message number
- Net_NNTP::getArticle() -- fetch an article from a new server
- Net_NNTP::getArticleRaw() -- fetch an article from a new server
- Net_NNTP::getBody() -- fetch the body of an article
- Net_NNTP::getBodyRaw() -- fetch the body of an article
- Net_NNTP::getDate() -- get date from news server
- Net_NNTP::getGroups() -- fetch list of avaible newsgroups
- Net_NNTP::getHeaderRaw() -- fetch message header
- Net_NNTP::getHeaders() -- fetch message headers
- Net_NNTP::getOverview() -- fetch a number of message headers
- Net_NNTP::getOverviewFmt() -- fetch the name of message headers
- Net_NNTP::getOverviewFormat() -- fetch the name of message headers
- Net_NNTP::isConnected() -- check connection status
- Net_NNTP::last() -- get highest message number
- Net_NNTP::max() -- get highest message number
- Net_NNTP::min() -- get lowest message number
- Net_NNTP::post() -- post a message
- Net_NNTP::prepareConnection() -- connects to a newsgroup on a newsserver
- Net_NNTP::quit() -- disconnect from a newsserver
- Net_NNTP::selectGroup() -- select a newsgroup
- Net_NNTP::setDebug() -- setting debug mode
- Net_NNTP::splitHeaders() -- fetch message headers into in array
| Avertissement |
|
Cette fonction est obsolète. Cela signifie qu'elle pourra ne plus être supportée dans les prochaines versions du module. |
The historical Net_NNTP class
Net_NNTP_Header
| Avertissement |
|
Ce module est EXPéRIMENTAL. Cela signifie que le comportement de ces fonctions, leurs noms et concrètement, TOUT ce qui est documenté ici peut changer dans un futur prochain, et ce, SANS PRéAVIS! Soyez-en conscient, et utilisez ce module à vos propres risques. |
Ce module n'est actuellement pas documenté.
Net_NNTP_Message
| Avertissement |
|
Ce module est EXPéRIMENTAL. Cela signifie que le comportement de ces fonctions, leurs noms et concrètement, TOUT ce qui est documenté ici peut changer dans un futur prochain, et ce, SANS PRéAVIS! Soyez-en conscient, et utilisez ce module à vos propres risques. |
Ce module n'est actuellement pas documenté.
Net_NNTP_Protocol_Client
- Table des matières
- Constantes -- constantes prédéfinies
Low level NNTP client implementation.
Ce module n'est actuellement pas documenté.
Remonter 
