Documentation

ExecIdStartPostBody

Table of Contents

$detach  : bool|null
Detach from the command.
$tty  : bool|null
Allocate a pseudo-TTY.
getDetach()  : bool|null
Detach from the command.
getTty()  : bool|null
Allocate a pseudo-TTY.
setDetach()  : self
Detach from the command.
setTty()  : self
Allocate a pseudo-TTY.

Properties

Methods

getDetach()

Detach from the command.

public getDetach() : bool|null
Return values
bool|null

getTty()

Allocate a pseudo-TTY.

public getTty() : bool|null
Return values
bool|null

setDetach()

Detach from the command.

public setDetach(bool|null $detach) : self
Parameters
$detach : bool|null
Return values
self

setTty()

Allocate a pseudo-TTY.

public setTty(bool|null $tty) : self
Parameters
$tty : bool|null
Return values
self

Search results