PHP » GoLang |
login |
register |
about
|
ZMQPoll::poll(PECL zmq >= 0.5.0) ZMQPoll::poll — Poll the items Description
public int ZMQPoll::poll
( array
&$readable
, array &$writable
[, int $timeout = -1
] )
Polls the items in the current poll set. The readable and writable items are returned in the
Parameters
Examples
Example #1 A ZMQPoll() example Create a simple poll server
<?php Return ValuesReturns an integer representing amount of items with activity. Throws ZMQPollException on error. |
more
Recently updated
more
Most requested
more
Last requests
|