Table of Contents
Methods
-
execute()
: int
-
getIdleTimeout()
: float
-
getStdErr()
: mixed
-
getStdOut()
: mixed
-
getTotalTimeout()
: float
-
setIdleTimeout()
: mixed
-
setStdErr()
: mixed
-
setStdOut()
: mixed
-
setTotalTimeout()
: mixed
execute()
public
static execute(string $command[, string $workingDirectory = null ]) : int
Parameters
-
$command
: string
-
-
$workingDirectory
: string
= null
-
getIdleTimeout()
public
static getIdleTimeout() : float
getStdErr()
public
static getStdErr() : mixed
getStdOut()
public
static getStdOut() : mixed
getTotalTimeout()
public
static getTotalTimeout() : float
setIdleTimeout()
public
static setIdleTimeout(float $value) : mixed
Parameters
-
$value
: float
-
setStdErr()
public
static setStdErr(mixed $value) : mixed
Parameters
-
$value
: mixed
-
setStdOut()
public
static setStdOut(mixed $value) : mixed
Parameters
-
$value
: mixed
-
setTotalTimeout()
public
static setTotalTimeout(float $value) : mixed
Parameters
-
$value
: float
-