Created
December 12, 2018 20:50
-
-
Save paolosax/0b889e09ea7473ac4c19bfb57713e9e0 to your computer and use it in GitHub Desktop.
Functions
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 hello_world() { | |
return 'Hello world'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment