Net_NNTP::getOverview()

Net_NNTP::getOverview()

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

Description

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

Parameter

  • $first - start message id, start of the range

  • $last - last message id, 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.