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.... Quote 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 Quote 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... Quote Link to comment https://forums.phpfreaks.com/topic/52957-getting-all-variables/#findComment-261539 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.