GoLang ZMQPoll::getLastErrors

request it (273)
GoLang replacement for PHP's ZMQPoll::getLastErrors [edit | history]



Do you know a GoLang replacement for PHP's ZMQPoll::getLastErrors? Write it!

PHP ZMQPoll::getLastErrors

PHP original manual for ZMQPoll::getLastErrors [ show | php.net ]

ZMQPoll::getLastErrors

(PECL zmq >= 0.5.0)

ZMQPoll::getLastErrorsGet poll errors

Description

public array ZMQPoll::getLastErrors ( void )

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

Parameters

This function has no parameters.

Return Values

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