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

Source for file getGroups.php

Documentation is available at getGroups.php

  1. $groups = $nntp->getGroups('*.pear.*');
  2. if (PEAR::isError($groupsummary)) {
  3.     // handle error
  4. }
  5.  
  6. foreach ($groups as $group) {
  7.     echo $group['group'], ': ';
  8.     echo $group['first'], '-', $group['last'];
  9.     echo ' (', $group['posting'], ')', "\r\n";
  10. }

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