Skip to content

Instantly share code, notes, and snippets.

@ilhamarrouf
Created January 2, 2017 23:23
Show Gist options
  • Save ilhamarrouf/bce7decbc906b12b7bb7a1139b0fd023 to your computer and use it in GitHub Desktop.
Save ilhamarrouf/bce7decbc906b12b7bb7a1139b0fd023 to your computer and use it in GitHub Desktop.
PHP Function
<?php
$belajar = function() {
echo "Nama saya Muhamad Ilham Arrouf";
};
$belajar();
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment