Hi,
I'm looking for a predefined variable that contains all the variables that are currently available.
The $GLOBALS is not good enough, because when inside a function, the functions internal variables are not in $GLOBALS
Ravid
Hi,
I'm looking for a predefined variable that contains all the variables that are currently available.
The $GLOBALS is not good enough, because when inside a function, the functions internal variables are not in $GLOBALS
Ravid
Not a predefined variable, but get_defined_vars() will return the info.