Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 64621 программист и 6173 робота. Сейчас ищут 3096 программистов ...
ZMQPoll::getLastErrors - Get poll errors
Вернуться к: ZMQPoll
ZMQPoll::getLastErrors
(PECL zmq >= 0.5.0)
ZMQPoll::getLastErrors — Get poll errors
Описание
public array ZMQPoll::getLastErrors
( void
)
Returns the ids of the objects that had errors in the last poll.
Список параметров
У этой функции нет параметров.
Возвращаемые значения
Returns an array containing ids for the items that had errors in the last poll. Empty array is returned if there were no errors.
Вернуться к: ZMQPoll