Created
August 1, 2019 15:34
-
-
Save jbd91/34cb11d2a6c0659b263c3b0bde048285 to your computer and use it in GitHub Desktop.
Formatted print_r
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 | |
// debug | |
echo '<h3>Array of $terms (debug)</h3>'; | |
print '<pre>'; | |
print_r($terms); | |
print '</pre>'; | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment