Created
January 2, 2017 10:42
-
-
Save ilhamarrouf/6b424e566ff109ac8ce5662709d72eed 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 | |
function NamaFungsi() // NamaFungsi merupakan nama fungsi yang anda tentukan sendiri | |
{ | |
kode yang akan di eksekusi; | |
} | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment