PHP 8.5.0 Alpha 2 available for testing

Swoole\Process::__construct

(PECL swoole >= 1.9.0)

Swoole\Process::__constructConstruye un proceso.

Descripción

public Swoole\Process::__construct(callable $callback, bool $redirect_stdin_and_stdout = ?, int $pipe_type = ?)

Parámetros

callback
redirect_stdin_and_stdout
pipe_type
add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top