Guest User

Untitled

a guest
Jul 21st, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. <?php
  2.  
  3.  
  4. function check($str1) {
  5. if ($str1) { return "true" )
  6. return "false";
  7. }
  8.  
  9.  
  10. echo check($str1)
  11. ?>
Add Comment
Please, Sign In to add comment