Created
July 13, 2016 19:58
-
-
Save sambfreund/b9c28162177102474d88f33a08d6811b to your computer and use it in GitHub Desktop.
Display global information - small snippit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "<pre>"; | |
print_r($GLOBALS); | |
echo "</pre>"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment