php - Display all currently defined variables -
Is it possible without a debugger?
I mean, we have $ _POST, $ _GET, $ _SESSION, etc. I'm looking for something like $ _CURRENT_VARS
that contains all global variables I or you use Are there.
Is it possible without a debugger?
I mean, we have $ _POST, $ _GET, $ _SESSION, etc. I'm looking for something like $ _CURRENT_VARS
that contains all global variables I or you use Are there.
Comments
Post a Comment