Skip to content

Instantly share code, notes, and snippets.

@ilhamarrouf
Created January 2, 2017 10:42
Show Gist options
  • Save ilhamarrouf/6b424e566ff109ac8ce5662709d72eed to your computer and use it in GitHub Desktop.
Save ilhamarrouf/6b424e566ff109ac8ce5662709d72eed to your computer and use it in GitHub Desktop.
PHP Function
<?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