PHP 8.4.6 Released!

ZMQPoll::count

(PECL zmq >= 0.5.0)

ZMQPoll::countCount items in the poll set

Description

public ZMQPoll::count(): int

Count the items in the poll set.

Parameters

This function has no parameters.

Return Values

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

User Contributed Notes

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