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

Index of all elements

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

a

$authmode
in file NNTP.php, variable Net_NNTP::$authmode
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
top

c

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
top

d

date
in file NNTP.php, method Net_NNTP::date()
    Get the date from the newsserver
top

f

$fp
in file NNTP.php, variable Net_NNTP::$fp
    File pointer of the nntp-connection
top

g

getArticle
in file NNTP.php, method Net_NNTP::getArticle()
    Get an article from the currently open connection.
getBody
in file NNTP.php, method Net_NNTP::getBody()
    Get the body of an article from the currently open connection.
getGroups
in file NNTP.php, method Net_NNTP::getGroups()
    Fetches a list of all avaible newsgroups
getHeaders
in file NNTP.php, method Net_NNTP::getHeaders()
    Get the headers of an article from the currently open connection To get the headers of an article from another newsgroup, a new prepare_connection()-call has to be made with apropriate parameters
getOverview
in file NNTP.php, method Net_NNTP::getOverview()
    Fetch message header from message number $first until $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
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.php
procedural page group.php
top

i

isConnected
in file NNTP.php, method Net_NNTP::isConnected()
    Test whether we are connected or not.
is_connected
in file NNTP.php, method Net_NNTP::is_connected()
index.php
procedural page index.php
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()
    Maximum article number in current group
min
in file NNTP.php, method Net_NNTP::min()
    Minimum article number in current group
top

n

Net_NNTP
in file NNTP.php, class Net_NNTP
    The NNTP:: class fetches UseNet news articles acording to the standard based on RFC 1036.
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
top

p

$pass
in file NNTP.php, variable Net_NNTP::$pass
PEAR_NNTP_ALL
in file NNTP.php, constant PEAR_NNTP_ALL
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
PEAR_NNTP_LIST
in file NNTP.php, constant PEAR_NNTP_LIST
PEAR_NNTP_NAMES
in file NNTP.php, constant PEAR_NNTP_NAMES
post
in file NNTP.php, method Net_NNTP::post()
    Post an article to a newsgroup.
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
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 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 NNTP.php, method Net_NNTP::setDebug()
    sets debug on or off
set_debug
in file NNTP.php, method Net_NNTP::set_debug()
splitHeaders
in file NNTP.php, method Net_NNTP::splitHeaders()
    Returns the headers of a given article in the form of
split_headers
in file NNTP.php, method Net_NNTP::split_headers()
top

u

$user
in file NNTP.php, variable Net_NNTP::$user
top

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