Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@davidsword
Last active February 3, 2018 03:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidsword/0cd14582e4c2871b8d75958c6a43a73e to your computer and use it in GitHub Desktop.
Save davidsword/0cd14582e4c2871b8d75958c6a43a73e to your computer and use it in GitHub Desktop.
<?
ob_end_flush();
for( $i = 0 ; $i < 10 ; $i++ ) {
echo $i;
flush();
ob_flush();
sleep(1);
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment