Net_NNTP_Client::getOverview()
Описание
Returns (a certain range of) the overview of the currently selected newsgroup. selected newsgroup
Параметр
$first - first article number, start of the range
$last - last article number, end of the range
Возвращаемое значение
array - a nested array indicated by the message id of the article, every entry contains the header as array
$msgs[message_id][headername] = headercontent |
Заметка
Эта функция не должна вызываться статически.
Внимание |
Be careful with choosing the range. It could requires some time to get a huge number of message headers. |
Пример
Пример 50-1. Using getOverview()
|
Пред. | Начало | След. |
Net_NNTP_Client::getNewNews() | Уровень выше | Net_NNTP_Client::getReferencesOverview() |