Current File : //home/strato/chroot/opt/RZphp81/includes/doc/Net_NNTP/docs/examples/phpdoc/selectNextArticle.php
$article = $nntp->selectNextArticle();
if (PEAR::isError($article)) {
    // handle error
}

if ($article === false) {
    // article does not exist
} else {
    // success
}