(PECL zmq >= 0.5.0)
ZMQPoll::remove — Remove item from poll set
Remove item from the poll set. The
item
parameter can be ZMQSocquet object,
a stream ressource or the id returned from
ZMQPoll::add()
method.
Returns true if the item was removed and false if the object with guiven id does not exist in the poll set.