Created
October 17, 2018 10:09
-
-
Save Karnak19/7dd40df35d2abcd3c13ed4398f5f056a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| function writeSecretSentence(string $param_1, string $param_2): string { | |
| return "$param_1 s'incline face à $param_2"; | |
| } | |
| echo writeSecretSentence("Le mammouth", "la glace"); | |
| ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment