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 last article in the current newsgroup.
integer - highest article number in newsgroup
since 0.3
Cette fonction ne peut pas être appelée de façon statique.
Exemple 54-1. Using last()
<?php ... $nntp->selectGroup("php.pear.dev"); echo "highest message number: ".$nntp->last(); ?>