Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arcticmouse/82d171df008ecedb085428b08c50e9f2 to your computer and use it in GitHub Desktop.
Save arcticmouse/82d171df008ecedb085428b08c50e9f2 to your computer and use it in GitHub Desktop.
PHP error log with print_r
error_log( print_r($multidimensionalarray, TRUE) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment