Guest User

Untitled

a guest
Jun 20th, 2018
80
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. return function($text){
  3. if($text == "hello"){
  4. //do hello world
  5. }
  6. if($text == "kill me"){
  7. //took a gun and shoot =P
  8. }
  9.  
  10. }
Add Comment
Please, Sign In to add comment