Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Create an array containing a range of elements
<?php range(string|int|float $start, string|int|float $end, int|float $step = 1): array
<?php while(true) {

    usleep(100000);

    move_cursor_backward(90);

    foreach(range(1, 10) as $i) {

        echo $animation[$frame] . ' ';

    }
<?php         $one = $this->toArray();

        $two = $that->toArray();



        foreach (range(0, $this->count() - 1) as $i) {

            if ( ! $func($one[0], $two[0])) {

                return false;

            }