ZMQPoll::count

(PECL zmq >= 0.5.0)

ZMQPoll::countCount items in the poll set

Açıklama

publicZMQPoll::count(): int

Count the items in the poll set.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Returns an int representing the amount of items in the poll set.

To Top