Skip to content

Instantly share code, notes, and snippets.

@y8r
Last active December 20, 2015 19:38
Show Gist options
  • Save y8r/6184240 to your computer and use it in GitHub Desktop.
Save y8r/6184240 to your computer and use it in GitHub Desktop.
Print arrays wrapped in pre tags to format the output to the browser
<?php
printf("<pre>%s</pre>", print_r($array, 1));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment