Net_NNTP
[ class tree: Net_NNTP ] [ index: Net_NNTP ] [ all elements ]

Source for file authenticate.php

Documentation is available at authenticate.php

  1. $authenticated = $nntp->authenticate('somebody', 'secret');
  2. if (PEAR::isError($authenticated)) {
  3.     // handle error
  4. }
  5.  
  6. if ($authenticated) {
  7.     // success
  8. } else {
  9.     // failure
  10. }

Documentation generated on Mon, 11 Mar 2019 15:53:46 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.