Skip to content

Instantly share code, notes, and snippets.

@vigi3
Created September 11, 2018 17:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vigi3/57cae9d026a2f6542b9c6cf958f5b557 to your computer and use it in GitHub Desktop.
Save vigi3/57cae9d026a2f6542b9c6cf958f5b557 to your computer and use it in GitHub Desktop.
<?php
function writeSecretSentence(string $PARAMETRE_1, string $PARAMETRE_2){
return "$PARAMETRE_1 s'incline face à $PARAMETRE_2";
}
echo writeSecretSentence("La lune", "au feu");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment