Ferreteria/v0.6/fx/RunProcess
< Ferreteria | v0.6 | fx
Jump to navigation
Jump to search
|
fx:
RunProcess() |
About
- Definition:
public function RunProcess(string|array $saCmd) : ProcIface
Usage
| clade | require | implement | call | notes |
|---|---|---|---|---|
IO\Aspect\Connx\Plug
|
yes | prompt-stub | ||
IO\Aspect\Connx\Plug\Chain
|
return $this->OSock()->OPlug()->RunProcess($saCmd);
| |||
IO\Aspect\Connx\Plug\Shell
|
ProcClass::FromCommand($saCmd);, mostly
| |||
IO\Aspect\Connx\Plug\Shell\Remote\SSH
|
sends output of $this->WrapCommand($saCmd) on to parent
| |||
Sys\Data\Engine\schema\Ops\MyMar
|
in DoImport(): $oProc = $oConnx->OPlug()->RunProcess($sCmd);
|