require_once 'Net/NNTP.php';
integer Net_NNTP::min ()
integer Net_NNTP::min
Retrieves the lowest message number in the current selected newsgroup
integer - lowest message number
This function can not be called statically
Example 31-1. Using min()
... $nntp->selectGroup("php.pear.dev"); echo "lowest message number: ".$nntp->min();