Ferreteria/v0.6/fx/RunProcess

From Woozle Writes Code
< Ferreteria‎ | v0.6‎ | fx
Revision as of 13:09, 31 October 2025 by Woozle (talk | contribs) (Created page with "{{page/fx}} ==About== * '''Definition''': <code>public function OpenProcess(string|array $saCmd) : {{l/ver/clade|IO\Aspect\Connx|Process|ProcIface}}</code> ==Usage== {| class="wikitable sortable" ! clade || usage || notes {{!-!}} <code>{{l/ver/clade/full|p=ferreteria|IO\Aspect\Connx\Plug|Shell}}</code> || implement || same as <code>{{l/ver/clade/full|p=ferreteria|IO\Connx|Shell}}</code> {{!-!}} <code>{{l/ver/clade/full|p=ferreteria|IO\Aspect\Connx\Plug\Shell\Remote|SSH}}...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

About

  • Definition: public function OpenProcess(string|array $saCmd) : ProcIface

Usage

clade usage notes
IO\Aspect\Connx\Plug\Shell implement same as IO\Connx\Shell
IO\Aspect\Connx\Plug\Shell\Remote\SSH implement same as IO\Connx\Shell\Remote\SSH
IO\Connx\Shell implement
IO\Connx\Shell\Remote\SSH implement

Questions

  • Are the last two duplicates of the first two?