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

Source for file displayMissing.php

Documentation is available at displayMissing.php

  1. <?php
  2. /**
  3. *   Displays the packages per email on the console
  4. */
  5. $ar unserialize(file_get_contents('missingdocs.serialized'));
  6. foreach ($ar as $strEmail => $arPackages{
  7.     echo $strEmail "\n";
  8.     echo '  ' implode(', '$arPackages"\n";
  9. }
  10. ?>

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