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

$group = $groupsummary['group'];
$count = $groupsummary['count'];
$first = $groupsummary['first'];
$last  = $groupsummary['last'];