Skip to content

Instantly share code, notes, and snippets.

@ilhamarrouf
Created December 5, 2016 23:40
Show Gist options
  • Save ilhamarrouf/3f40046d10405ce870e788e151bd610f to your computer and use it in GitHub Desktop.
Save ilhamarrouf/3f40046d10405ce870e788e151bd610f to your computer and use it in GitHub Desktop.
Struktur Kontrol PHP
<?php
$parameter = true;
while ($parameter) {
echo "hello \n";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment