ZMQPoll::count
PHP Manual
PHP Manual»ZMQPoll»ZMQPoll::count

ZMQPoll::count

(PECL zmq >= 0.5.0)

ZMQPoll::countCount items in the poll set

Опис

public function ZMQPoll::count(): int

Count the items in the poll set.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

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

To Top