Net_NNTP_Client::getOverview()

Net_NNTP_Client::getOverview()

Net_NNTP_Client::getOverview() -- Fetch newsgroup overview

Description

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

Parameter

  • $first - first article number, start of the range

  • $last - last article number, end of the range

Return value

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

This function can not be called statically.

Warning

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

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.