Skip to content

Instantly share code, notes, and snippets.

@bspavel
Created March 6, 2019 14:45
Show Gist options
  • Save bspavel/64f5f98e7413c53f9ad3572cfd11d685 to your computer and use it in GitHub Desktop.
Save bspavel/64f5f98e7413c53f9ad3572cfd11d685 to your computer and use it in GitHub Desktop.
<?php
while(true){
echo date("H:i:s")."<br />".time();
flush();
sleep(1);
}<?php
while(true){
echo date("H:i:s")."<br />".time();
flush();
sleep(1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment