Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18364 программиста и 1714 роботов. Сейчас ищут 1182 программиста ...
ZMQPoll::remove - Remove item from poll set
Вернуться к: ZMQPoll
ZMQPoll::remove
(PECL zmq >= 0.5.0)
ZMQPoll::remove — Remove item from poll set
Описание
Remove item from the poll set. The item
parameter can be ZMQSocket object,
a stream resource or the id returned from ZMQPoll::add() method.
Возвращаемые значения
Returns true if the item was removed and false if the object with given id does not exist in the poll set.
Вернуться к: ZMQPoll