Skip to content

Instantly share code, notes, and snippets.

@ilhamarrouf
Created December 14, 2016 07:27
Show Gist options
  • Save ilhamarrouf/b4ae41b931fdb207ac3fffba20206e4d to your computer and use it in GitHub Desktop.
Save ilhamarrouf/b4ae41b931fdb207ac3fffba20206e4d to your computer and use it in GitHub Desktop.
Struktur Kontrol PHP
<?php
$a = saya;
switch ($a) {
case kamu :
echo "Angka Nol";
break;
case dia :
echo "Angka Satu";
break;
case saya :
echo "Angka Dua";
break;
case mereka :
echo "Angka Tiga";
break;
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment