update : 2015.11.03
php.shukuma.com

검색:
 
 
Remove item from poll set

ZMQPoll::remove

(PECL zmq >= 0.5.0)

ZMQPoll::removeRemove item from poll set

설명

public boolean ZMQPoll::remove ( mixed $item )

Remove item from the poll set. The item parameter can be ZMQSocket object, a stream resource or the id returned from ZMQPoll::add() method.

인수

item

The ZMQSocket object, PHP stream or string id of the item.

반환값

Returns true if the item was removed and false if the object with given id does not exist in the poll set.