Net_URL::setOption | |
PEAR Manual | |
require_once 'Net/NNTP.php'; |
array Net_NNTP::getOverview (
string $first
,
string $last
)
Returns all message headers in a certain range of the current selected newsgroup
$first - start message id, start of the range
$last - last message id, end of the range
array - a nested array indicated by the message id of the article, every entry contains the header as array
|
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. |
Using getOverview()
|
Net_URL::setOption | |
PEAR Manual | |