Re: How to get all variables defined in the current scope?
Posted by Chuck Anderson on 11/08/06 18:32
howa wrote:
> e.g.
>
> $a = 1;
> $b = 2;
>
> i want to get all the variables defined in the current scope, is it
> possible?
>
> thanks...
>
>
get_defined_vars()
--
*****************************
Chuck Anderson • Boulder, CO
http://www.CycleTourist.com
*****************************