float|null getIdleTimeout() Gets the process idle timeout (max. time since last output).
ProcessBuilder setTimeout(float|null $timeout)
closeUnixPipes() Closes Unix pipes. Nothing happens in case file handles are used.
bool areOpen() Returns if the current state has open file handles or pipes.
int|null getPid() Returns the Pid (process identifier), if applicable.
class PhpProcess extends Process
string getStatus() Gets the process status. The status is one of: ready, started, terminated
Process setTimeout(int|float|null $timeout)
Process setTty(bool $tty)
string[] getFiles() Returns an array of filenames indexed by their related stream in case these
Page 7 of 13