Swoole\Channel::pop

Read and pop data from swoole channel.

Description

public mixed Swoole\Channel::pop()

Parameters

This function has no parameters.

Return Values

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