Net_NNTP_Client::getNewNews() (Previous) (Next) Net_NNTP_Client::getReferencesOverview()

View this page in Last updated: Sun, 28 Sep 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

Net_NNTP_Client::getOverview()

Net_NNTP_Client::getOverview() -- Fetch newsgroup overview

Beschreibung

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

Rückgabewert

array - a nested array indicated by the message id of the article, every entry contains the header as array


<?php
$msgs[message_id][headername] = headercontent
?>

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.

Warnung

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

Net_NNTP_Client::getNewNews() (Previous) (Next) Net_NNTP_Client::getReferencesOverview()

Download Documentation Last updated: Sun, 28 Sep 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
Note by: cweiske
The end user manual documents a deprecated version of the getOverview method. The correct version (as described in the API documentation) is as follows:

mixed getOverview(
[mixed
$range = null], [boolean
$_names = true], [boolean
$_forceNames = true])