Search for in the Packages This site (using Yahoo!) Developers Developer mailing list General mailing list CVS commits mailing list
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
Diese Methode kann nicht statisch aufgerufen werden.
Beispiel 54-1. Using first()
<?php ... $nntp->selectGroup("php.pear.dev"); echo "lowest message number: ".$nntp->first(); ?>