Skip to content

Instantly share code, notes, and snippets.

@paolosax
Created December 12, 2018 20:50
Show Gist options
  • Save paolosax/0b889e09ea7473ac4c19bfb57713e9e0 to your computer and use it in GitHub Desktop.
Save paolosax/0b889e09ea7473ac4c19bfb57713e9e0 to your computer and use it in GitHub Desktop.
Functions
<?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