Created
September 9, 2019 15:20
-
-
Save joaohcrangel/603cdce54f357c0c41a0fdb931800c57 to your computer and use it in GitHub Desktop.
This file contains 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
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