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';

integer Net_NNTP_Client::last ()

Description

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

Return value

integer - highest article number in newsgroup

Note

since 0.3

This function can not be called statically.

Example