<?php pcntl_alarm(int $seconds): int
<?php $this->kill(static::EXIT_ERROR, $options); }, true); pcntl_alarm( max($this->timeoutForJob($job, $options), 0) ); }
<?php protected function resetTimeoutHandler() { pcntl_alarm(0); }