Skip to content

Instantly share code, notes, and snippets.

@nataliemarleny
Created July 11, 2020 10:20
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 nataliemarleny/60224127f50b564ef7c0af0b0be794ee to your computer and use it in GitHub Desktop.
Save nataliemarleny/60224127f50b564ef7c0af0b0be794ee to your computer and use it in GitHub Desktop.
Generalised structured var dump for php
function structured_var_dump($arr) {
return '<pre>' . var_export($arr, true) . '</pre>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment