PHP 8.4.6 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.

Description

public Swoole\Process::statQueue(): array

Parameters

This function has no parameters.

Return Values

The array of status of the message queue.

User Contributed Notes

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