Re: [PHP] How to get contents of symbol table?

2002-05-22 Thread Philip Olson
See: http://www.php.net/get_defined_vars Regards, Philip Olson On Thu, 23 May 2002, William_dw -- Sqlcoders wrote: > Hi there!, > I'm looking for a way to loop through the symbol table. > > In other words I want to be able to loop through every variable defined in > the local scope. > >

[PHP] How to get contents of symbol table?

2002-05-22 Thread William_dw -- Sqlcoders
Hi there!, I'm looking for a way to loop through the symbol table. In other words I want to be able to loop through every variable defined in the local scope. I've looked through the manual, but either I couldn't find a function which can do this or I wasn't looking in the right place. If anyon