CLI
in package
FinalYes
Table of Contents
Methods
- execute() : int
- getIdleTimeout() : float
- getStdErr() : mixed
- getStdOut() : mixed
- getTotalTimeout() : float
- setIdleTimeout() : void
- setStdErr() : void
- setStdOut() : void
- setTotalTimeout() : void
Methods
execute()
public
static execute(string $command[, string|null $workingDirectory = null ]) : int
Parameters
- $command : string
- $workingDirectory : string|null = null
Return values
intgetIdleTimeout()
public
static getIdleTimeout() : float
Return values
floatgetStdErr()
public
static getStdErr() : mixed
getStdOut()
public
static getStdOut() : mixed
getTotalTimeout()
public
static getTotalTimeout() : float
Return values
floatsetIdleTimeout()
public
static setIdleTimeout(float $value) : void
Parameters
- $value : float
setStdErr()
public
static setStdErr(mixed $value) : void
Parameters
- $value : mixed
setStdOut()
public
static setStdOut(mixed $value) : void
Parameters
- $value : mixed
setTotalTimeout()
public
static setTotalTimeout(float $value) : void
Parameters
- $value : float