D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
lampp
/
lib
/
php
/
doc
/
Net_NNTP
/
docs
/
examples
/
phpdoc
/
Filename :
authenticate.php
back
Copy
$authenticated = $nntp->authenticate('somebody', 'secret'); if (PEAR::isError($authenticated)) { // handle error } if ($authenticated) { // success } else { // failure }