PHP 8.4.0 RC3 available for testing

La classe Swoole\Channel

(PECL swoole >= 1.9.0)

Introduction

Synopsis de la classe

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

Sommaire

add a note

User Contributed Notes

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