require_once 'Net/NNTP/Client.php';
Retrieves the number of the first article in the current newsgroup.
integer - lowest article number in newsgroup
since 0.3
Эта функция не должна вызываться статически.
Пример 49-1. Using first()
... $nntp->selectGroup("php.pear.dev"); echo "lowest message number: ".$nntp->first();