Created
September 14, 2020 13:50
-
-
Save ManuelTS/3b0452adbafff30f3cf73204706d0f35 to your computer and use it in GitHub Desktop.
Prints a PHP object or array in a human readable matter within the browser.
This file contains hidden or 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($object_2_print, true).'</pre>'; | |
die; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment