Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18462 программиста и 1586 роботов. Сейчас ищет 1081 программист ...
ZMQPoll::add - Add item to the poll set
Вернуться к: ZMQPoll
ZMQPoll::add
(PECL zmq >= 0.5.0)
ZMQPoll::add — Add item to the poll set
Описание
Adds a new item to the poll set and returns the internal id of the added item. The item can be removed from the poll set using the returned string id.
Список параметров
-
entry
-
ZMQSocket object or a PHP stream resource
-
type
-
Defines what activity the socket is polled for. See
ZMQ::POLL_IN
andZMQ::POLL_OUT
constants.
Возвращаемые значения
Returns a string id of the added item which can be later used to remove the item. Throws ZMQPollException on error.
Вернуться к: ZMQPoll