Net_NNTP_Realtime::count()

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

Synopsis

require_once 'Net/NNTP/Realtime.php';

integer Net_NNTP_Realtime::count ()

Description

Retrieves the number of articles in the current newsgroup.

Return value

integer - number of articles in newsgroup

Note

since 0.3

This function can not be called statically.

Example