Created
June 10, 2016 09:28
-
-
Save 29942016/99aa4f28f637644b8a15ea24a6a0e22a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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