Swoole\Channel::pop

Read and pop data from swoole channel.

説明

public mixed Swoole\Channel::pop()

パラメータ

この関数にはパラメータはありません。

戻り値

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