Skip to content

Instantly share code, notes, and snippets.

@daybreaker
Created March 16, 2011 15:52
Show Gist options
  • Save daybreaker/872706 to your computer and use it in GitHub Desktop.
Save daybreaker/872706 to your computer and use it in GitHub Desktop.
Better array printing than var_dump
print("<pre>".print_r($my_array,true)."</pre>");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment