Re: [PHP] List of Variables

2003-06-27 Thread Thomas Weber
uot; <[EMAIL PROTECTED]> Sent: Friday, June 27, 2003 3:09 PM Subject: Re: [PHP] List of Variables > print_r(get_defined_vars()); > > > On Fri, 2003-06-27 at 09:07, Thomas Weber wrote: > > Hi, > > > > is there any way to get a list of all defined variables? >

Re: [PHP] List of Variables

2003-06-27 Thread Marek Kilimajer
$GLOBALS Thomas Weber wrote: Hi, is there any way to get a list of all defined variables? It is intended to be used to get and identify all defined objects to call some costum decunstructor at the scripts end. Thanks! Thomas 'Neo' Weber --- [EMAIL PROTECTED] [EMAIL PROTECTED] -- PHP General Mai

Re: [PHP] List of Variables

2003-06-27 Thread Adam Voigt
print_r(get_defined_vars()); On Fri, 2003-06-27 at 09:07, Thomas Weber wrote: > Hi, > > is there any way to get a list of all defined variables? > It is intended to be used to get and identify all defined objects to call > some costum decunstructor at the scripts end. > > Thanks! > Thomas 'Neo'