The Swoole\Channel class

Introduction

Class synopsis

Swoole\Channel
class Swoole\Channel {
/* Methods */
public void __destruct()
public mixed pop()
public bool push(string $data)
public array stats()
}
Table of Contents