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

Source for file getDescriptions.php

Documentation is available at getDescriptions.php

  1. $descriptions = $nntp->getDescriptions('*.pear.*');
  2. if (PEAR::isError($descriptions)) {
  3.     // handle error
  4. }
  5.  
  6. foreach ($descriptions as $group => $description) {
  7.     echo $group, ': ', $description, "\r\n";
  8. }

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