Net_NNTP_Client::count()

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

Synopsis

require_once 'Net/NNTP/Client.php';

publicentierNet_NNTP_Client::count

Description

Retrieves the number of articles in the current newsgroup.

Valeur retournée

integer - number of articles in newsgroup

Note

since 0.3

Cette fonction ne peut pas être appelée de façon statique.

Exemple