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

Source for file gtk2VardumpData.php

Documentation is available at gtk2VardumpData.php

  1. <?php
  2. /**
  3. *   displays the generated data with Gtk2_VarDump
  4. */
  5. require_once 'Gtk2/VarDump.php';
  6. Gtk2_VarDump::display(
  7.     unserialize(
  8.         file_get_contents('doc.dat')
  9.     ),
  10.     'PEAR documentation coverage data'
  11. );
  12. ?>

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