Swoole\Channel::popRead and pop data from swoole channel. Descriptionpublic mixed Swoole\Channel::pop()
ParametersThis function has no parameters. Return ValuesIf the channel is empty, the function will return false, or return the unserialized data. |