Net_NNTP
[ class tree: Net_NNTP ] [ index: Net_NNTP ] [ all elements ]

Element index for package Net_NNTP

[ a ] [ c ] [ d ] [ f ] [ g ] [ i ] [ l ] [ m ] [ n ] [ p ] [ q ] [ r ] [ s ]

a

authenticate
in file NNTP.php, method Net_NNTP::authenticate()
    Auth process (not yet standarized but used any way) http://www.mibsoftware.com/userkt/nntpext/index.html
authenticate
in file Client.php, method Net_NNTP_Client::authenticate()
    Authenticate
top

c

cmdArticle
in file Client.php, method Net_NNTP_Protocol_Client::cmdArticle()
    Get an article from the currently open connection.
cmdBody
in file Client.php, method Net_NNTP_Protocol_Client::cmdBody()
    Get the body of an article from the currently open connection.
cmdDate
in file Client.php, method Net_NNTP_Protocol_Client::cmdDate()
    Get the date from the newsserver format of returned date
cmdGroup
in file Client.php, method Net_NNTP_Protocol_Client::cmdGroup()
    Selects a news group (issue a GROUP command to the server)
cmdHead
in file Client.php, method Net_NNTP_Protocol_Client::cmdHead()
    Get the headers of an article from the currently open connection.
cmdList
in file Client.php, method Net_NNTP_Protocol_Client::cmdList()
    Fetches a list of all avaible newsgroups
cmdListgroup
in file Client.php, method Net_NNTP_Protocol_Client::cmdListgroup()
cmdListNewsgroups
in file Client.php, method Net_NNTP_Protocol_Client::cmdListNewsgroups()
    Fetches a list of (all) avaible newsgroup descriptions.
cmdListOverviewFmt
in file Client.php, method Net_NNTP_Protocol_Client::cmdListOverviewFmt()
    Returns a list of avaible headers which are send from newsserver to client for every news message
cmdModeReader
in file Client.php, method Net_NNTP_Protocol_Client::cmdModeReader()
cmdNewgroups
in file Client.php, method Net_NNTP_Protocol_Client::cmdNewgroups()
    Fetches a list of all newsgroups created since a specified date.
cmdNewnews
in file Client.php, method Net_NNTP_Protocol_Client::cmdNewnews()
cmdPost
in file Client.php, method Net_NNTP_Protocol_Client::cmdPost()
    Post an article to a newsgroup.
cmdQuit
in file Client.php, method Net_NNTP_Protocol_Client::cmdQuit()
    Close connection to the server
cmdXGTitle
in file Client.php, method Net_NNTP_Protocol_Client::cmdXGTitle()
    Fetches a list of (all) avaible newsgroup descriptions.
cmdXOver
in file Client.php, method Net_NNTP_Protocol_Client::cmdXOver()
    Fetch message header from message number $first until $last
cmdXROver
in file Client.php, method Net_NNTP_Protocol_Client::cmdXROver()
    Fetch message references from message number $first to $last
command
in file NNTP.php, method Net_NNTP::command()
    Issue a command to the NNTP server
connect
in file NNTP.php, method Net_NNTP::connect()
    Connect to the newsserver.
connect
in file Client.php, method Net_NNTP_Client::connect()
    Connect to the NNTP-server.
connect
in file Client.php, method Net_NNTP_Protocol_Client::connect()
    Connect to the server
connectAuthenticated
in file NNTP.php, method Net_NNTP::connectAuthenticated()
    Connect to the newsserver, and authenticate. If no user/pass is specified, just connect.
count
in file Client.php, method Net_NNTP_Client::count()
    Number of articles in currently selected group
count
in file NNTP.php, method Net_NNTP::count()
    Number of articles in currently selected group
Client.php
procedural page Client.php
Client.php
procedural page Client.php
top

d

date
in file NNTP.php, method Net_NNTP::date()
disconnect
in file Client.php, method Net_NNTP_Protocol_Client::disconnect()
    alias for cmdQuit()
top

f

first
in file NNTP.php, method Net_NNTP::first()
    Minimum article number in current group
first
in file Client.php, method Net_NNTP_Client::first()
    Minimum article number in currently selected group
top

g

getArticle
in file NNTP.php, method Net_NNTP::getArticle()
    Get an article (deprecated)
getArticleRaw
in file NNTP.php, method Net_NNTP::getArticleRaw()
    Get an article (raw data)
getArticleRaw
in file Client.php, method Net_NNTP_Client::getArticleRaw()
    Get a article (raw data)
getBody
in file NNTP.php, method Net_NNTP::getBody()
    Get the body of an article (deprecated)
getBodyRaw
in file Client.php, method Net_NNTP_Client::getBodyRaw()
    Get the body of an article (raw data)
getBodyRaw
in file NNTP.php, method Net_NNTP::getBodyRaw()
    Get the body of an article (raw data)
getDate
in file NNTP.php, method Net_NNTP::getDate()
    Get the NNTP-server's internal date
getDate
in file Client.php, method Net_NNTP_Client::getDate()
    Get the NNTP-server's internal date
getDescriptions
in file Client.php, method Net_NNTP_Client::getDescriptions()
    Fetches a list of all avaible newsgroup descriptions.
getGroups
in file Client.php, method Net_NNTP_Client::getGroups()
    Fetches a list of all avaible newsgroups
getGroups
in file NNTP.php, method Net_NNTP::getGroups()
    Fetches a list of all avaible newsgroups
getHeaderRaw
in file Client.php, method Net_NNTP_Client::getHeaderRaw()
    Get the header of an article (raw data)
getHeaderRaw
in file NNTP.php, method Net_NNTP::getHeaderRaw()
    Get the headers of an article (raw data)
getHeaders
in file NNTP.php, method Net_NNTP::getHeaders()
    Get the headers of an article (deprecated)
getOverview
in file NNTP.php, method Net_NNTP::getOverview()
    Fetch message header from message number $first to $last
getOverview
in file Client.php, method Net_NNTP_Client::getOverview()
    Fetch message header fields from message number $first to $last
getOverviewFmt
in file NNTP.php, method Net_NNTP::getOverviewFmt()
    Returns a list of avaible headers which are send from newsserver to client for every news message
getOverviewFormat
in file Client.php, method Net_NNTP_Client::getOverviewFormat()
    Returns a list of avaible headers which are send from NNTP-server to the client for every news message
getOverviewFormat
in file NNTP.php, method Net_NNTP::getOverviewFormat()
    Returns a list of avaible headers which are send from newsserver to client for every news message
getReferencesOverview
in file NNTP.php, method Net_NNTP::getReferencesOverview()
    Fetch a list of each message's reference header.
get_article
in file NNTP.php, method Net_NNTP::get_article()
get_body
in file NNTP.php, method Net_NNTP::get_body()
get_data
in file NNTP.php, method Net_NNTP::get_data()
get_groups
in file NNTP.php, method Net_NNTP::get_groups()
get_headers
in file NNTP.php, method Net_NNTP::get_headers()
get_overview
in file NNTP.php, method Net_NNTP::get_overview()
get_overview_fmt
in file NNTP.php, method Net_NNTP::get_overview_fmt()
group
in file NNTP.php, method Net_NNTP::group()
    Currently selected group
group
in file Client.php, method Net_NNTP_Client::group()
    Currently selected group
group.php
procedural page group.php
top

i

isConnected
in file NNTP.php, method Net_NNTP::isConnected()
    Test whether we are connected or not.
isConnected
in file Client.php, method Net_NNTP_Protocol_Client::isConnected()
    Test whether we are connected or not.
isConnected
in file Client.php, method Net_NNTP_Client::isConnected()
    Test whether a connection is currently open.
is_connected
in file NNTP.php, method Net_NNTP::is_connected()
index.php
procedural page index.php
top

l

last
in file NNTP.php, method Net_NNTP::last()
    Maximum article number in current group
last
in file Client.php, method Net_NNTP_Client::last()
    Maximum article number in currently selected group
top

m

$max
in file NNTP.php, variable Net_NNTP::$max
$min
in file NNTP.php, variable Net_NNTP::$min
max
in file NNTP.php, method Net_NNTP::max()
min
in file NNTP.php, method Net_NNTP::min()
top

n

Net_NNTP
in file NNTP.php, method Net_NNTP::Net_NNTP()
    Constructor
Net_NNTP
in file NNTP.php, class Net_NNTP
    The Net_NNTP class is an almost 100 % backward compatible frontend class to the Net_NNTP_Protocol_Client class.
NNTP.php
procedural page NNTP.php
NET_NNTP_AUTHGENERIC
in file NNTP.php, constant NET_NNTP_AUTHGENERIC
NET_NNTP_AUTHORIGINAL
in file NNTP.php, constant NET_NNTP_AUTHORIGINAL
NET_NNTP_AUTHSIMPLE
in file NNTP.php, constant NET_NNTP_AUTHSIMPLE
Net_NNTP_Client
in file Client.php, method Net_NNTP_Client::Net_NNTP_Client()
    Constructor
Net_NNTP_Client
in file Client.php, class Net_NNTP_Client
    Implementation of the client side of NNTP (Network News Transfer Protocol)
NET_NNTP_CLIENT_AUTH_GENERIC
in file Client.php, constant NET_NNTP_CLIENT_AUTH_GENERIC
NET_NNTP_CLIENT_AUTH_ORIGINAL
in file Client.php, constant NET_NNTP_CLIENT_AUTH_ORIGINAL
NET_NNTP_CLIENT_AUTH_SIMPLE
in file Client.php, constant NET_NNTP_CLIENT_AUTH_SIMPLE
Net_NNTP_Protocol_Client
in file Client.php, method Net_NNTP_Protocol_Client::Net_NNTP_Protocol_Client()
Net_NNTP_Protocol_Client
in file Client.php, class Net_NNTP_Protocol_Client
    The Net_NNTP_Protocol_Client class implements the NNTP standard acording to RFX 977, RFC 2980, RFC 850/1036, and RFC 822/2822
NET_NNTP_PROTOCOL_CLIENT_DEFAULT_HOST
in file Client.php, constant NET_NNTP_PROTOCOL_CLIENT_DEFAULT_HOST
NET_NNTP_PROTOCOL_CLIENT_DEFAULT_PORT
in file Client.php, constant NET_NNTP_PROTOCOL_CLIENT_DEFAULT_PORT
top

p

PEAR_NNTP_AUTHGENERIC
in file NNTP.php, constant PEAR_NNTP_AUTHGENERIC
PEAR_NNTP_AUTHORIGINAL
in file NNTP.php, constant PEAR_NNTP_AUTHORIGINAL
PEAR_NNTP_AUTHSIMPLE
in file NNTP.php, constant PEAR_NNTP_AUTHSIMPLE
post
in file Client.php, method Net_NNTP_Client::post()
    Post an article to a number of newsgroups.
post
in file NNTP.php, method Net_NNTP::post()
    Post an article to a number of newsgroups.
prepareConnection
in file NNTP.php, method Net_NNTP::prepareConnection()
    Connect to the newsserver, and issue a GROUP command Once connection is prepared, we can only fetch articles from one group at a time, to fetch from another group, a new connection has to be made.
prepare_connection
in file NNTP.php, method Net_NNTP::prepare_connection()
top

q

quit
in file NNTP.php, method Net_NNTP::quit()
    Close connection to the newsserver
quit
in file Client.php, method Net_NNTP_Client::quit()
    Close connection to the newsserver
top

r

read.php
procedural page read.php
responseCode
in file NNTP.php, method Net_NNTP::responseCode()
    returns the response code of a newsserver command
top

s

selectGroup
in file Client.php, method Net_NNTP_Client::selectGroup()
    Selects a newsgroup
selectGroup
in file NNTP.php, method Net_NNTP::selectGroup()
    Selects a news group (issue a GROUP command to the server)
select_group
in file NNTP.php, method Net_NNTP::select_group()
setDebug
in file Client.php, method Net_NNTP_Protocol_Client::setDebug()
    Sets the debuging information on or off
splitHeaders
in file NNTP.php, method Net_NNTP::splitHeaders()
    Get the headers of an article from the currently open connection, and parse them into a keyed array.
split_headers
in file NNTP.php, method Net_NNTP::split_headers()
top

Documentation generated on Mon, 11 Mar 2019 14:13:02 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.