Swoole\Channel::pop
PHP function
Edit on GitHub ✎
(PECL swoole >= 1.9.0)
Read and pop data from swoole channel.
Description
Swoole\Channel::pop(): mixed
Parameters Parameters
Return Values
If the channel is empty, the function will return false, or return the unserialized data.