Guest User

Untitled

a guest
Mar 24th, 2018
102
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. function writeSecretSentence(string $parametre1, string $parametre2) : string {
  3. return $parametre1 . "s'incline toujours au ping-pong face à " . $parametre2;
  4. }
  5.  
  6. echo writeSecretSentence('Gaëtan', 'Julien');
Add Comment
Please, Sign In to add comment