Skip to content

Instantly share code, notes, and snippets.

@redgluten
Created August 16, 2016 07:54
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 redgluten/6c2361404cbfdf91087c428eccceea65 to your computer and use it in GitHub Desktop.
Save redgluten/6c2361404cbfdf91087c428eccceea65 to your computer and use it in GitHub Desktop.
function dd($data) {
echo '<pre>';
die(var_dump($data));
echo'</pre>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment