Manuel Pear
Net_NNTP_Client::getOverview()
Synopsis
Description
Returns (a certain range of) the overview of the currently selected newsgroup. selected newsgroup
Paramètres
-
$first - first article number, start of the range
-
$last - last article number, end of the range
Valeur retournée
array - a nested array indicated by the message id of the article, every entry contains the header as array
- <?php
- $msgs[message_id][headername] = headerconte
- ?>
Note
Cette fonction ne peut pas être appelée de façon statique.
| Avertissement |
|
Be careful with choosing the range. It could requires some time to get a huge number of message headers. |
Exemple
Remonter 
