PHP 8.3.4 Released!

Swoole\Process::__construct

(PECL swoole >= 1.9.0)

Swoole\Process::__constructConstruct a process.

Description

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

Parameters

callback

redirect_stdin_and_stdout

pipe_type

add a note

User Contributed Notes

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