Index of all elements
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ l ]
[ m ]
[ n ]
[ p ]
[ q ]
[ r ]
[ s ]
[ t ]
[ u ]
top
top
c
- clean
- in file Header.php, method Net_NNTP_Header::clean()
Remove any header field that only contains whitespace.
- cleanArray
- in file Header.php, method Net_NNTP_Header::cleanArray()
Removes CRLF and misplaced empty lines before and after actual headerlines.
- cleanString
- in file Header.php, method Net_NNTP_Header::cleanString()
Removes CRLF and misplaced empty lines before and after actual headerlines.
- cmdArticle
- in file Protocol.php, method Net_NNTP_Protocol::cmdArticle()
Get an article from the currently open connection.
- cmdBody
- in file Protocol.php, method Net_NNTP_Protocol::cmdBody()
Get the body of an article from the currently open connection.
- cmdDate
- in file Protocol.php, method Net_NNTP_Protocol::cmdDate()
Get the date from the newsserver format of returned date
- cmdGroup
- in file Protocol.php, method Net_NNTP_Protocol::cmdGroup()
Selects a news group (issue a GROUP command to the server)
- cmdHead
- in file Protocol.php, method Net_NNTP_Protocol::cmdHead()
Get the headers of an article from the currently open connection.
- cmdList
- in file Protocol.php, method Net_NNTP_Protocol::cmdList()
Fetches a list of all avaible newsgroups
- cmdListgroup
- in file Protocol.php, method Net_NNTP_Protocol::cmdListgroup()
- cmdListNewsgroups
- in file Protocol.php, method Net_NNTP_Protocol::cmdListNewsgroups()
Fetches a list of (all) avaible newsgroup descriptions.
- cmdListOverviewFmt
- in file Protocol.php, method Net_NNTP_Protocol::cmdListOverviewFmt()
Returns a list of avaible headers which are send from newsserver to client for every news message
- cmdModeReader
- in file Protocol.php, method Net_NNTP_Protocol::cmdModeReader()
- cmdNewgroups
- in file Protocol.php, method Net_NNTP_Protocol::cmdNewgroups()
Fetches a list of all newsgroups created since a specified date.
- cmdNewnews
- in file Protocol.php, method Net_NNTP_Protocol::cmdNewnews()
- cmdPost
- in file Protocol.php, method Net_NNTP_Protocol::cmdPost()
Post an article to a newsgroup.
- cmdQuit
- in file Protocol.php, method Net_NNTP_Protocol::cmdQuit()
Close connection to the server
- cmdXGTitle
- in file Protocol.php, method Net_NNTP_Protocol::cmdXGTitle()
Fetches a list of (all) avaible newsgroup descriptions.
- cmdXOver
- in file Protocol.php, method Net_NNTP_Protocol::cmdXOver()
Fetch message header from message number $first until $last
- cmdXROver
- in file Protocol.php, method Net_NNTP_Protocol::cmdXROver()
Fetch message references from message number $first to $last
- command
- in file Realtime.php, method Net_NNTP_Realtime::command()
Issue a command to the NNTP server
- command
- in file NNTP.php, method Net_NNTP::command()
Issue a command to the NNTP server
- connect
- in file Protocol.php, method Net_NNTP_Protocol::connect()
Connect to the server
- connect
- in file Realtime.php, method Net_NNTP_Realtime::connect()
Connect to the NNTP-server.
- connect
- in file NNTP.php, method Net_NNTP::connect()
Connect to the newsserver.
- connectAuthenticated
- in file Realtime.php, method Net_NNTP_Realtime::connectAuthenticated()
Connect to the NNTP-server, and authenticate using given username and password.
- 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 Realtime.php, method Net_NNTP_Realtime::count()
Number of articles in currently selected group
- count
- in file NNTP.php, method Net_NNTP::count()
Number of articles in currently selected group
- count
- in file Header.php, method Net_NNTP_Header::count()
Returns the number of times the given field tag appears in the header.
- create
- in file Message.php, method Net_NNTP_Message::create()
Create a new instance of Net_NNTP_Message
- create
- in file Header.php, method Net_NNTP_Header::create()
Create a new instance of Net_NNTP_Header
top
top
top
top
g
- get
- in file Header.php, method Net_NNTP_Header::get()
Gets the value of a header field
- getAll
- in file Header.php, method Net_NNTP_Header::getAll()
Gets the values of a all occurences of a field
- getArticle
- in file Realtime.php, method Net_NNTP_Realtime::getArticle()
Get an article
- 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 Realtime.php, method Net_NNTP_Realtime::getArticleRaw()
Get a article (raw data)
- getBody
- in file NNTP.php, method Net_NNTP::getBody()
Get the body of an article (deprecated)
- getBody
- in file Message.php, method Net_NNTP_Message::getBody()
Gets the body
- getBodyRaw
- in file NNTP.php, method Net_NNTP::getBodyRaw()
Get the body of an article (raw data)
- getBodyRaw
- in file Realtime.php, method Net_NNTP_Realtime::getBodyRaw()
Get the body of an article (raw data)
- getDate
- in file Realtime.php, method Net_NNTP_Realtime::getDate()
Get the NNTP-server's internal date
- getDate
- in file NNTP.php, method Net_NNTP::getDate()
Get the NNTP-server's internal date
- getDescriptions
- in file Realtime.php, method Net_NNTP_Realtime::getDescriptions()
Fetches a list of all avaible newsgroup descriptions.
- getFields
- in file Header.php, method Net_NNTP_Header::getFields()
Get the array of header fields.
- getFieldsArray
- in file Header.php, method Net_NNTP_Header::getFieldsArray()
Export an array of RFC2822 style header style lines from the object.
- getFieldsString
- in file Header.php, method Net_NNTP_Header::getFieldsString()
Export a string of RFC2822 style header style lines from the object.
- getGroupArticles
- in file NNTP.php, method Net_NNTP::getGroupArticles()
Experimental
- getGroupArticles
- in file Realtime.php, method Net_NNTP_Realtime::getGroupArticles()
Experimental
- getGroups
- in file NNTP.php, method Net_NNTP::getGroups()
Fetches a list of all avaible newsgroups
- getGroups
- in file Realtime.php, method Net_NNTP_Realtime::getGroups()
Fetches a list of all avaible newsgroups
- getHeader
- in file Realtime.php, method Net_NNTP_Realtime::getHeader()
Get the header of an article
- getHeader
- in file Message.php, method Net_NNTP_Message::getHeader()
Gets the header object
- getHeaderRaw
- in file NNTP.php, method Net_NNTP::getHeaderRaw()
Get the headers of an article (raw data)
- getHeaderRaw
- in file Realtime.php, method Net_NNTP_Realtime::getHeaderRaw()
Get the header of an article (raw data)
- getHeaders
- in file NNTP.php, method Net_NNTP::getHeaders()
Get the headers of an article (deprecated)
- getMessageArray
- in file Message.php, method Net_NNTP_Message::getMessageArray()
Get the complete transport-ready message as an array
- getMessageString
- in file Message.php, method Net_NNTP_Message::getMessageString()
Get the complete transport-ready message as a string
- getNewGroups
- in file NNTP.php, method Net_NNTP::getNewGroups()
Experimental
- getNewGroups
- in file Realtime.php, method Net_NNTP_Realtime::getNewGroups()
Experimental
- getNewNews
- in file Realtime.php, method Net_NNTP_Realtime::getNewNews()
Experimental
- getNewNews
- in file NNTP.php, method Net_NNTP::getNewNews()
Experimental
- getOverview
- in file Realtime.php, method Net_NNTP_Realtime::getOverview()
Fetch message header fields from message number $first to $last
- getOverview
- in file NNTP.php, method Net_NNTP::getOverview()
Fetch message header 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 Realtime.php, method Net_NNTP_Realtime::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 Realtime.php, method Net_NNTP_Realtime::getReferencesOverview()
Fetch a list of each message's reference header.
- getReferencesOverview
- in file NNTP.php, method Net_NNTP::getReferencesOverview()
Fetch a list of each message's reference header.
- group
- in file Realtime.php, method Net_NNTP_Realtime::group()
Currently selected group
- group
- in file NNTP.php, method Net_NNTP::group()
Currently selected group
- group.php
- procedural page group.php
top
top
top
top
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 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_Header
- in file Header.php, method Net_NNTP_Header::Net_NNTP_Header()
Constructor
- Net_NNTP_Header
- in file Header.php, class Net_NNTP_Header
The Net_NNTP_Header class
- NET_NNTP_HEADER_GET_DEFAULT
- in file Header.php, constant NET_NNTP_HEADER_GET_DEFAULT
- NET_NNTP_HEADER_GET_ENCODE
- in file Header.php, constant NET_NNTP_HEADER_GET_ENCODE
- NET_NNTP_HEADER_GET_FOLD
- in file Header.php, constant NET_NNTP_HEADER_GET_FOLD
- NET_NNTP_HEADER_SET_CLEAN
- in file Header.php, constant NET_NNTP_HEADER_SET_CLEAN
- NET_NNTP_HEADER_SET_DECODE
- in file Header.php, constant NET_NNTP_HEADER_SET_DECODE
- NET_NNTP_HEADER_SET_DEFAULT
- in file Header.php, constant NET_NNTP_HEADER_SET_DEFAULT
- NET_NNTP_HEADER_SET_KEEPCASE
- in file Header.php, constant NET_NNTP_HEADER_SET_KEEPCASE
- NET_NNTP_HEADER_SET_UNFOLD
- in file Header.php, constant NET_NNTP_HEADER_SET_UNFOLD
- Net_NNTP_Message
- in file Message.php, method Net_NNTP_Message::Net_NNTP_Message()
Constructor.
- Net_NNTP_Message
- in file Message.php, class Net_NNTP_Message
The Net_NNTP_Message class
- Net_NNTP_Protocol
- in file Protocol.php, method Net_NNTP_Protocol::Net_NNTP_Protocol()
- Net_NNTP_Protocol
- in file Protocol.php, class Net_NNTP_Protocol
The Net_NNTP_Protocol class implements the NNTP standard acording to RFX 977, RFC 2980, RFC 850/1036, and RFC 822/2822
- NET_NNTP_PROTOCOL_DEFAULT_HOST
- in file Protocol.php, constant NET_NNTP_PROTOCOL_DEFAULT_HOST
- NET_NNTP_PROTOCOL_DEFAULT_PORT
- in file Protocol.php, constant NET_NNTP_PROTOCOL_DEFAULT_PORT
- Net_NNTP_Realtime
- in file Realtime.php, method Net_NNTP_Realtime::Net_NNTP_Realtime()
Constructor
- Net_NNTP_Realtime
- in file Realtime.php, class Net_NNTP_Realtime
The Net_NNTP_Realtime class is a frontend class to the Net_NNTP_Protocol class. It does everything in realtime...
top
p
- Protocol.php
- procedural page Protocol.php
- 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 Realtime.php, method Net_NNTP_Realtime::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.
top
top
top
s
- selectGroup
- in file Realtime.php, method Net_NNTP_Realtime::selectGroup()
Selects a newsgroup
- selectGroup
- in file NNTP.php, method Net_NNTP::selectGroup()
Selects a news group (issue a GROUP command to the server)
- setBody
- in file Message.php, method Net_NNTP_Message::setBody()
Sets the body
- setDebug
- in file Protocol.php, method Net_NNTP_Protocol::setDebug()
Sets the debuging information on or off
- setFields
- in file Header.php, method Net_NNTP_Header::setFields()
Import RFC2822 style header lines given in $input into the object
- setHeader
- in file Message.php, method Net_NNTP_Message::setHeader()
Sets the header's fields from the given $input
- setMessage
- in file Message.php, method Net_NNTP_Message::setMessage()
Sets the header and body grom the given $message
- 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.
- splitMessage
- in file Message.php, method Net_NNTP_Message::splitMessage()
Splits the header and body given in $input apart (at the first blank line) and return them (in an array) with the same type as $input.
top
t
- tags
- in file Header.php, method Net_NNTP_Header::tags()
Returns an array of all the tags that exist in the header.
top
top
Documentation generated on Mon, 11 Mar 2019 13:52:39 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|