Net_NNTP::getHeaders() (Previous) (Next) Net_NNTP::getOverviewFmt()

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

Net_NNTP::getOverview()

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

Beschreibung

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

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::getHeaders() (Previous) (Next) Net_NNTP::getOverviewFmt()

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:
There are no user contributed notes for this page.