apidoc
[
class tree: apidoc
] [
index: apidoc
] [
all elements
]
Packages:
Net_NNTP
Classes:
Net_NNTP
Net_NNTP
Net_NNTP_Client
Net_NNTP_Protocol
Net_NNTP_Protocol_Client
Net_NNTP_Realtime
Class: Net_NNTP_Realtime
Source Location: /Net_NNTP-0.11.0/NNTP/Realtime.php
Class Overview
Net_NNTP_Protocol_Client
| --
Net_NNTP_Client
| --Net_NNTP_Realtime
Author(s):
Heino H. Gehlsen <
heino at gehlsen.dk
>
Version:
0.0.1
Inherited Variables
Inherited Methods
Class:
Net_NNTP_Client
Net_NNTP_Client::Net_NNTP_Client()
Constructor
Net_NNTP_Client::authenticate()
Authenticate
Net_NNTP_Client::command()
Issue a command to the NNTP server
Net_NNTP_Client::connect()
Connect to the NNTP-server.
Net_NNTP_Client::connectAuthenticated()
Connect to the NNTP-server, and authenticate using given username and password.
Net_NNTP_Client::count()
Number of articles in currently selected group
Net_NNTP_Client::first()
Minimum article number in currently selected group
Net_NNTP_Client::getArticle()
Get an article
Net_NNTP_Client::getArticleRaw()
Get a article (raw data)
Net_NNTP_Client::getBodyRaw()
Get the body of an article (raw data)
Net_NNTP_Client::getDate()
Get the NNTP-server's internal date
Net_NNTP_Client::getDescriptions()
Fetches a list of all avaible newsgroup descriptions.
Net_NNTP_Client::getGroupArticles()
Experimental
Net_NNTP_Client::getGroups()
Fetches a list of all avaible newsgroups
Net_NNTP_Client::getHeader()
Get the header of an article
Net_NNTP_Client::getHeaderRaw()
Get the header of an article (raw data)
Net_NNTP_Client::getNewGroups()
Experimental
Net_NNTP_Client::getNewNews()
Experimental
Net_NNTP_Client::getOverview()
Fetch message header fields from message number $first to $last
Net_NNTP_Client::getOverviewFormat()
Returns a list of avaible headers which are send from NNTP-server to the client for every news message
Net_NNTP_Client::getReferencesOverview()
Fetch a list of each message's reference header.
Net_NNTP_Client::group()
Currently selected group
Net_NNTP_Client::isConnected()
Test whether a connection is currently open.
Net_NNTP_Client::last()
Maximum article number in currently selected group
Net_NNTP_Client::post()
Post an article to a number of newsgroups.
Net_NNTP_Client::quit()
Close connection to the newsserver
Net_NNTP_Client::selectGroup()
Selects a newsgroup
Class:
Net_NNTP_Protocol_Client
Net_NNTP_Protocol_Client::Net_NNTP_Protocol_Client()
Net_NNTP_Protocol_Client::cmdArticle()
Get an article from the currently open connection.
Net_NNTP_Protocol_Client::cmdBody()
Get the body of an article from the currently open connection.
Net_NNTP_Protocol_Client::cmdDate()
Get the date from the newsserver format of returned date
Net_NNTP_Protocol_Client::cmdGroup()
Selects a news group (issue a GROUP command to the server)
Net_NNTP_Protocol_Client::cmdHead()
Get the headers of an article from the currently open connection.
Net_NNTP_Protocol_Client::cmdList()
Fetches a list of all avaible newsgroups
Net_NNTP_Protocol_Client::cmdListgroup()
Net_NNTP_Protocol_Client::cmdListNewsgroups()
Fetches a list of (all) avaible newsgroup descriptions.
Net_NNTP_Protocol_Client::cmdListOverviewFmt()
Returns a list of avaible headers which are send from newsserver to client for every news message
Net_NNTP_Protocol_Client::cmdModeReader()
Net_NNTP_Protocol_Client::cmdNewgroups()
Fetches a list of all newsgroups created since a specified date.
Net_NNTP_Protocol_Client::cmdNewnews()
Net_NNTP_Protocol_Client::cmdPost()
Post an article to a newsgroup.
Net_NNTP_Protocol_Client::cmdQuit()
Close connection to the server
Net_NNTP_Protocol_Client::cmdXGTitle()
Fetches a list of (all) avaible newsgroup descriptions.
Net_NNTP_Protocol_Client::cmdXOver()
Fetch message header from message number $first until $last
Net_NNTP_Protocol_Client::cmdXROver()
Fetch message references from message number $first to $last
Net_NNTP_Protocol_Client::connect()
Connect to the server
Net_NNTP_Protocol_Client::disconnect()
alias for cmdQuit()
Net_NNTP_Protocol_Client::isConnected()
Test whether we are connected or not.
Net_NNTP_Protocol_Client::setDebug()
Sets the debuging information on or off
Class Details
[line
70
]
Author:
Heino H. Gehlsen <
heino@gehlsen.dk
>
Version:
0.0.1
[
Top
]
Documentation generated on Mon, 11 Mar 2019 13:53:07 -0400 by
phpDocumentor 1.4.4
. PEAR Logo Copyright © PHP Group 2004.