Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > 9bcd9b08d6c736a2c17f3b0723f76431 > files > 16

php-pear-Net_NNTP-1.5.0-6.mga5.noarch.rpm

$authenticated = $nntp->authenticate('somebody', 'secret');
if (PEAR::isError($authenticated)) {
    // handle error
}

if ($authenticated) {
    // success
} else {
    // failure
}