PHP 7.0.6 Released

ZMQPoll::count

(PECL zmq >= 0.5.0)

ZMQPoll::countCount items in the poll set

Description

public integer ZMQPoll::count ( void )

Count the items in the poll set.

Parameters

This function has no parameters.

Return Values

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

User Contributed Notes

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