taith Posted May 25, 2007 Share Posted May 25, 2007 anybody know a way of getting all variables? the php parser engine must remember what each variable is... i just want to be able to make a debug type function which retrieves all of them.... Link to comment https://forums.phpfreaks.com/topic/52957-getting-all-variables/ Share on other sites More sharing options...
kenrbnsn Posted May 25, 2007 Share Posted May 25, 2007 Take a look at the function get_defined_vars() Ken Link to comment https://forums.phpfreaks.com/topic/52957-getting-all-variables/#findComment-261533 Share on other sites More sharing options...
taith Posted May 25, 2007 Author Share Posted May 25, 2007 wow... thanks! so... much... junk... Link to comment https://forums.phpfreaks.com/topic/52957-getting-all-variables/#findComment-261539 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.