Net_NNTP_Client::last()

Net_NNTP_Client::last() -- Get the number of the last article in the current newsgroup

Synopsis

require_once 'Net/NNTP/Client.php';

publicintegerNet_NNTP_Client::last

Beschreibung

Retrieves the number of the last article in the current newsgroup.

Rückgabewert

integer - highest article number in newsgroup

Hinweise

since 0.3

Diese Methode kann nicht statisch aufgerufen werden.

Beispiel