Swoole\Channel::statsGet stats of swoole channel. Description
public array Swoole\Channel::stats()
Get the numbers of queued elements and total size of the memory used by the queue. ParametersThis function has no parameters. Return ValuesThe stats of the Swoole channel. |