Skip to content

Instantly share code, notes, and snippets.

@joaohcrangel
Created September 9, 2019 15:20
Show Gist options
  • Save joaohcrangel/603cdce54f357c0c41a0fdb931800c57 to your computer and use it in GitHub Desktop.
Save joaohcrangel/603cdce54f357c0c41a0fdb931800c57 to your computer and use it in GitHub Desktop.
if(!function_exists('debug')){
function debug(){
echo "<pre>";
foreach(func_get_args() as $arg){
print_r($arg);
}
echo "</pre>";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment