Dutch PHP Conference 2025 - Call For Papers

ZMQPoll::getLastErrors

(PECL zmq >= 0.5.0)

ZMQPoll::getLastErrorsGet poll errors

Опис

public ZMQPoll::getLastErrors(): array

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.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top