Skip to content

Instantly share code, notes, and snippets.

@jasondevine
Created January 27, 2019 20:52
Show Gist options
  • Save jasondevine/c1a9210dcadb0815be88a17f651a3c1c to your computer and use it in GitHub Desktop.
Save jasondevine/c1a9210dcadb0815be88a17f651a3c1c to your computer and use it in GitHub Desktop.
This is one way to print out the contents of an array for debugging or whatever
<?php 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