Documentation

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
int

getIdleTimeout()

public static getIdleTimeout() : float
Return values
float

getStdErr()

public static getStdErr() : mixed

getStdOut()

public static getStdOut() : mixed

getTotalTimeout()

public static getTotalTimeout() : float
Return values
float

setIdleTimeout()

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
On this page

Search results