PHP 8.4.0 RC4 available for testing

ZMQDevice::setTimerTimeout

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

ZMQDevice::setTimerTimeoutSet the timer timeout

说明

public ZMQDevice::setTimerTimeout(int $timeout): ZMQDevice

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.

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top