Swoole\Channel::pop

(PHP 5 >= 5.2.0, PHP 7, PECL swoole >= 1.9.0)

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

Opis

public Swoole\Channel::pop ( void ) : mixed

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

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

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top