Skip to content

Instantly share code, notes, and snippets.

@29942016
Created June 10, 2016 09:28
Show Gist options
  • Save 29942016/99aa4f28f637644b8a15ea24a6a0e22a to your computer and use it in GitHub Desktop.
Save 29942016/99aa4f28f637644b8a15ea24a6a0e22a to your computer and use it in GitHub Desktop.
function clog($info)
{
echo '<script>';
echo 'console.log("OUT: "+'.json_encode($info).')';
echo '</script>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment