Created
January 27, 2019 20:52
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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