Swoole\Process::statQueue

(PECL swoole >= 1.9.0)

Swoole\Process::statQueueGet the stats of the message queue used as the communication method between processes.

説明

publicSwoole\Process::statQueue(): array

パラメータ

この関数にはパラメータはありません。

戻り値

The array of status of the message queue.

To Top