Supported Versions: PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8
Forks the currently running process
<?php pcntl_fork(): int
<?php         posix_setpgid(0, 0);



        for ($i = 1; $i <= 20; $i++) {

            $pid = pcntl_fork();



            if (! $pid) {

                $files = new Filesystem;
<?php     {

        $this->tearDownRedis();



        if ($pid = pcntl_fork() > 0) {

            $this->setUpRedis();

            $this->setQueue($driver, 'default', null, 60, 10);

            $this->assertEquals(12, unserialize(json_decode($this->queue->pop()->getRawBody())->data->command)->i);