Skip to content

Instantly share code, notes, and snippets.

@MkLHX
Created November 6, 2018 18:13
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 MkLHX/a639c233ebb30edfe0d9d4360d9f5d58 to your computer and use it in GitHub Desktop.
Save MkLHX/a639c233ebb30edfe0d9d4360d9f5d58 to your computer and use it in GitHub Desktop.
<?php
function writeSecretSentence(string $parametre_1, string $parametre_2):string
{
return "$parametre_1 s'incline face à $parametre_2";
}
echo writeSecretSentence("la lune","la baleine");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment