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. <?php
  2.  
  3. include_once 'Var_Dump.php';
  4.  
  5. echo '<h1>example6.php : Globals</h1>';
  6.  
  7. /*
  8.  * example6.php : Globals
  9.  *
  10.  */
  11.  
  12. Var_Dump::displayInit(
  13.     array(
  14.         'display_mode'=>'HTML4_Text'
  15.     ),
  16.     array(
  17.         'mode'=>'normal',
  18.         'offset'=>4
  19.     )
  20. );
  21.  
  22. Var_Dump::display($GLOBALS);
  23.  
  24. ?>

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