Swoole\Process::statQueue

(PECL swoole >= 1.9.0)

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

Beschreibung

publicSwoole\Process::statQueue(): array

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

The array of status of the message queue.

To Top