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)

Description

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

Paramètres

Valeur retournée

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

Cette fonction ne peut pas être appelée de façon statique.

Avertissement

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

Voir aussi

Net_NNTP::getOverviewFmt()

Exemple