Swoole\Process
PHP 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 array Swoole\Process::statQueue ( void )

Parameters

This function has no parameters.

Return Values

The array of status of the message queue.


Swoole\Process
PHP Manual