Documentation

CLI
in package

Table of Contents

Methods

execute()  : int
getIdleTimeout()  : float
getStdErr()  : mixed
getStdOut()  : mixed
getTotalTimeout()  : float
setIdleTimeout()  : mixed
setStdErr()  : mixed
setStdOut()  : mixed
setTotalTimeout()  : mixed

Methods

execute()

public static execute(string $command[, string $workingDirectory = null ]) : int
Parameters
$command : string
$workingDirectory : string = 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) : 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

        
On this page

Search results