Swoole\Process::write
PHP Manual
PHP Manual»Swoole\Process»Swoole\Process::write

Swoole\Process::write

(PECL swoole >= 1.9.0)

Swoole\Process::writeWrite data into the pipe and communicate with the parent process or child processes.

Опис

public function Swoole\Process::write(string $data): int

Параметри

data

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

To Top