Net_NNTP::getOverview()

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

Referentiesamenvatting

require_once 'Net/NNTP.php';

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

Beschrijving

Returns all message headers in a certain range of the current 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::getOverviewFmt()

Voorbeeld