Skip to content

Instantly share code, notes, and snippets.

@richerimage
Created December 30, 2018 22:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save richerimage/69238825533c4d0eeac4c8df36ae7cde to your computer and use it in GitHub Desktop.
Save richerimage/69238825533c4d0eeac4c8df36ae7cde to your computer and use it in GitHub Desktop.
Pretty print_r dumps
$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