GoLang ZMQDevice::setTimerTimeout

request it (199)
GoLang replacement for PHP's ZMQDevice::setTimerTimeout [edit | history]



Do you know a GoLang replacement for PHP's ZMQDevice::setTimerTimeout? Write it!

PHP ZMQDevice::setTimerTimeout

PHP original manual for ZMQDevice::setTimerTimeout [ show | php.net ]

ZMQDevice::setTimerTimeout

(No version information available, might only be in Git)

ZMQDevice::setTimerTimeoutSet the timer timeout

Description

public ZMQDevice ZMQDevice::setTimerTimeout ( int $timeout )

Sets the timer callback timeout value. The timer callback is invoked periodically if it's set. Added in ZMQ extension version 1.1.0.

Parameters

timeout

The timer callback timeout value.

Return Values

On success this method returns the current object.