ZMQDevice::setTimerTimeout

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

ZMQDevice::setTimerTimeoutSet the timer timeout

說明

public ZMQDevice ZMQDevice::setTimerTimeout ( integer $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.

參數

timeout

The timer callback timeout value.

回傳值

On success this method returns the current object.

add a note add a note

User Contributed Notes

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