GoLang Swoole\Process::exec

request it (281)
GoLang replacement for PHP's Swoole\Process::exec [edit | history]



Do you know a GoLang replacement for PHP's Swoole\Process::exec? Write it!

PHP Swoole\Process::exec

PHP original manual for Swoole\Process::exec [ show | php.net ]

Swoole\Process::exec

(PHP 5 >= 5.2.0, PHP 7, PECL swoole >= 1.9.0)

Swoole\Process::execExecute system commands.

Description

public ReturnType Swoole\Process::exec ( string $exec_file , string $args )

The process will be replaced to be the system command process, but the pipe to the parent process will be kept.

Parameters

exec_file

args

Return Values