Ferreteria/v0.6/fx/RunProcess: Difference between revisions

From Woozle Writes Code
< Ferreteria‎ | v0.6‎ | fx
Jump to navigation Jump to search
(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}}...")
 
(No difference)

Revision as of 03:00, 7 December 2025

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?