Dutch PHP Conference 2025 - Call For Papers

The Swoole\Channel class

(PECL swoole >= 1.9.0)

Вступ

Короткий огляд класу

class Swoole\Channel {
/* Методи */
public __destruct(): void
public pop(): mixed
public push(string $data): bool
public stats(): array
}

Зміст

add a note

User Contributed Notes

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