Swoole\Process
PHP Manual

Swoole\Process::useQueue

(PHP 5 >= 5.2.0, PHP 7, PECL swoole >= 1.9.0)

Swoole\Process::useQueueCreate a message queue as the communication method between the parent process and child processes.

说明

public boolean Swoole\Process::useQueue ( integer $key [, integer $mode ] )

参数

key

mode

返回值


Swoole\Process
PHP Manual