<?php usleep(int $microseconds): void
<?php echo "\n"; while(true) { usleep(100000); move_cursor_backward(90); foreach(range(1, 10) as $i) { echo $animation[$frame] . ' ';