Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Delay execution in microseconds
<?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] . ' ';