Swoole\Process::write

(PECL swoole >= 1.9.0)

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

説明

publicSwoole\Process::write(string$data): int

パラメータ

data

戻り値

To Top