|
get_defined_varsReturns an array of all defined variables Description
array get_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. ParametersThis function has no parameters. Return ValuesA multidimensional array with all the variables. Examples
Example #1 get_defined_vars Example
See Also
|