Created
January 2, 2017 23:23
-
-
Save ilhamarrouf/bce7decbc906b12b7bb7a1139b0fd023 to your computer and use it in GitHub Desktop.
PHP Function
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 | |
$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