CakeFest 2024: The Official CakePHP Conference

The Swoole\Channel class

(PECL swoole >= 1.9.0)

Introducción

Sinopsis de la Clase

class Swoole\Channel {
/* Métodos */
public __destruct(): void
public pop(): mixed
public push(string $data): bool
public stats(): array
}

Tabla de contenidos

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top