Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <?php
  2.  
  3. function writeSecretSentence($param1 = NULL,$param2 = NULL)
  4. {
  5. $sentence = "le ".$param1." s'incline face à ".$param2."<br \>";
  6. return $sentence;
  7. }
  8.  
  9. // Example
  10. echo writeSecretSentence("chat","lune");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement