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

foreach ($descriptions as $group => $description) {
    echo $group, ': ', $description, "\r\n";
}