PHP 8.1.28 Released!

Swoole\Process::statQueue

(PECL swoole >= 1.9.0)

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

说明

public Swoole\Process::statQueue(): array

参数

此函数没有参数。

返回值

The array of status of the message queue.

add a note

User Contributed Notes

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