Net_NNTP::getOverviewFormat()

Net_NNTP::getOverviewFormat() -- fetch the name of message headers

Synopsis

require_once 'Net/NNTP.php';

array Net_NNTP::getOverviewFormat ()

Beschreibung

Returns the name of message headers, which is provided by every message

Rückgabewert

array - list of header names

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.

Siehe auch

Net_NNTP::getOverview()

Beispiel