Skip to content

Instantly share code, notes, and snippets.

@diewland
Created January 4, 2017 07:27
Show Gist options
  • Save diewland/4d49bfe46f702c92a95c7702f6f2f59f to your computer and use it in GitHub Desktop.
Save diewland/4d49bfe46f702c92a95c7702f6f2f59f to your computer and use it in GitHub Desktop.
Debug php variable in good format
function pre_debug($data){
echo '<pre>'.print_r($data, true).'</pre>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment