Php/docs/swoole-channel.pop

提供:Dev Guides
< Php
移動先:案内検索

Swoole\Channel::pop

(PECL swoole >= 1.9.0)

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


説明

public Swoole\Channel::pop ( ) : mixed

パラメータ

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


返り値

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