CakeFest 2024: The Official CakePHP Conference

Swoole\Channel::pop

(PECL swoole >= 1.9.0)

Swoole\Channel::popRead and pop data from swoole channel.

Açıklama

public Swoole\Channel::pop(): mixed

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

If the channel is empty, the function will return false, or return the unserialized data.

add a note

User Contributed Notes

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