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.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -