Net_NNTP_Client::count()

Net_NNTP_Client::count() -- Get the number of articles in the current newsgroup

Synopsis

require_once 'Net/NNTP/Client.php';

publicintegerNet_NNTP_Client::count

Beschreibung

Retrieves the number of articles in the current newsgroup.

Rückgabewert

integer - number of articles in newsgroup

Hinweise

since 0.3

Diese Methode kann nicht statisch aufgerufen werden.

Beispiel