Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <?php
  2.  
  3. function witeSecretSentence (string $param1, string $param2) {
  4.  
  5. return $param1 .' s\'incline devant '.$param2;
  6. }
  7.  
  8. echo witeSecretSentence ('le chat', 'la lune');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement