parent root
PHP: Swoole\Process::statQueue - Manual

Swoole\Process::statQueue

(PHP 5 >= 5.2.0, PHP 7, 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 ( void ) : array

Parameters

This function has no parameters.

Return Values

The array of status of the message queue.

add a noteadd a note

User Contributed Notes

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