Skip to content

Instantly share code, notes, and snippets.

@ManuelTS
Created September 14, 2020 13:50
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 ManuelTS/3b0452adbafff30f3cf73204706d0f35 to your computer and use it in GitHub Desktop.
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.
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