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

Source for file example-6.php

Documentation is available at example-6.php

  1. <html>
  2. <body>
  3. <?php
  4.  
  5. include_once 'Var_Dump.php';
  6.  
  7. echo '<h1>example6.php : Globals</h1>';
  8.  
  9. /*
  10.  * example6.php : Globals
  11.  *
  12.  */
  13.  
  14. $obj Var_Dump::singleton(array('display_mode'=>'HTML4_Text'),array('mode'=>'normal','offset'=>4));
  15. Var_Dump::display($GLOBALS);
  16.  
  17. ?>
  18. <body>
  19. </html>

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