The Swoole\Channel class

はじめに

クラス概要

Swoole\Channel
class Swoole\Channel {
/* メソッド */
public void __destruct()
public mixed pop()
public bool push(string $data)
public array stats()
}
目次