Swoole\Process::exec
PHP Manual
PHP Manual»Swoole\Process»Swoole\Process::exec

Swoole\Process::exec

(PECL swoole >= 1.9.0)

Swoole\Process::execExecute system commands.

Опис

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

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

Параметри

exec_file

args

Значення, що повертаються

To Top