Skip to content

Instantly share code, notes, and snippets.

@jsheffers
Created September 17, 2014 02:36
Show Gist options
  • Save jsheffers/dae4e5033f4a5451f65a to your computer and use it in GitHub Desktop.
Save jsheffers/dae4e5033f4a5451f65a to your computer and use it in GitHub Desktop.
Printing out an array for debugging.
echo "<pre>";
print_r($array);
echo "</pre>";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment