Skip to content

Instantly share code, notes, and snippets.

@shyazusa
Last active September 12, 2016 01:49
Show Gist options
  • Save shyazusa/a36c47fda53ab9f622a011e373496628 to your computer and use it in GitHub Desktop.
Save shyazusa/a36c47fda53ab9f622a011e373496628 to your computer and use it in GitHub Desktop.
PHPで配列をhtml上にキレイにprint_r()
<?php
echo '<pre><code>';
print_r($array);
echo '</pre></code>';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment