Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. function p($message, $newline = true)
  2. { //Fuckyeah.jpg a  function that prints lines! NOW WITH EXCLUSIVE NEW LINES YAY!
  3.     print $message;
  4.     if ($newline)
  5.         print "\n";
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement