Net_NNTP::getOverview()

Net_NNTP::getOverview() -- fetch a number of message headers

Synopsis

require_once 'Net/NNTP.php';

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

Beschreibung

Returns all message headers in a certain range of the current selected newsgroup

Parameter

Rückgabewert

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

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.

Warnung

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

Siehe auch

Net_NNTP::getOverviewFmt()

Beispiel