Net_NNTP_Client::getOverview()

Net_NNTP_Client::getOverview() -- Fetch newsgroup overview

Referentiesamenvatting

require_once 'Net/NNTP/Client.php';

array Net_NNTP_Client::getOverview (string $first, string $last)

Beschrijving

Returns (a certain range of) the overview of the currently selected newsgroup. selected newsgroup

Parameter

Return waarde

array - a nested array indicated by the message id of the article, every entry contains the header as array
$msgs[message_id][headername] = headercontent

Note

Deze functie kan niet statisch worden aangeroepen.

Waarschuwing

Be careful with choosing the range. It could requires some time to get a huge number of message headers.

Zie

Net_NNTP_Client::getOverviewFormat()

Voorbeeld