Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. if(!function_exists('debug')){
  2. function debug(){
  3. echo "<pre>";
  4. foreach(func_get_args() as $arg){
  5. print_r($arg);
  6. }
  7. echo "</pre>";
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement