get_defined_vars
Returns an array of all defined variables
&reftitle.description;
arrayget_defined_vars
This function returns a multidimensional array containing a list of
all defined variables, be them environment, server or user-defined
variables, within the scope that get_defined_vars is
called.
&reftitle.returnvalues;
A multidimensional array with all the variables.
&reftitle.examples;
get_defined_vars Example
]]>
&reftitle.changelog;
&Version;
&Description;
5.0.0
The $GLOBALS variable is included in the results of
the array returned.
&reftitle.seealso;
isset
get_defined_functions
get_defined_constants