Created
December 30, 2018 22:03
-
-
Save richerimage/69238825533c4d0eeac4c8df36ae7cde to your computer and use it in GitHub Desktop.
Pretty print_r dumps
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
$dump = what_I_want_to_dump(); | |
print("<pre>".print_r($dump,true)."</pre>"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment