Swoole\Process::statQueue
PHP Manual
PHP Manual»Swoole\Process»Swoole\Process::statQueue

Swoole\Process::statQueue

(PECL swoole >= 1.9.0)

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

Descrizione

public function Swoole\Process::statQueue(): array

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

The array of status of the message queue.

To Top