Swoole\Channel::pop

(PECL swoole >= 1.9.0)

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

Descripción

publicSwoole\Channel::pop(): mixed

Parámetros

Esta función no tiene parámetros.

Valores devueltos

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

To Top