PHP 8.4.24 Released!

The Swoole\Channel class

(PECL swoole >= 1.9.0)

Introduzione

Sommario della classe

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

Indice dei contenuti

add a note

User Contributed Notes

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