ZMQPoll::getLastErrors

(PECL zmq >= 0.5.0)

ZMQPoll::getLastErrorsGet poll errors

Açıklama

publicZMQPoll::getLastErrors(): array

Returns the ids of the objects that had errors in the last poll.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Returns an array containing ids for the items that had errors in the last poll. Empty array is returned if there were no errors.

To Top