Source for file example-6.php
Documentation is available at example-6.php
include_once 'Var_Dump.php';
echo '<h1>example6.php : Globals</h1>';
$obj = & Var_Dump ::singleton (array ('display_mode'=> 'HTML4_Text'),array ('mode'=> 'normal','offset'=>4 ));
Var_Dump ::display ($GLOBALS);
Documentation generated on Mon, 11 Mar 2019 10:16:07 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|