Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Delay execution in microseconds
<?php usleep(int $microseconds): void
<?php             }



            if ($this->isRunning()) {

                usleep(1_000);

            }

        }
<?php                 ...array_fill(

                    start_index: 0,

                    count: 20,

                    value: fn () => usleep(100_000),

                ) // 1/10th of a second each

            );