Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <?php
  2. function writeSecretSentence(string $PARAMETRE_1, string $PARAMETRE_2){
  3. return "$PARAMETRE_1 s'incline face à $PARAMETRE_2";
  4. }
  5. Echo writeSecretSentence(PARAMETRE_1, PARAMETRE_2);
  6. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement