array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'zmqdevice.settimertimeout.php', 1 => 'ZMQDevice::setTimerTimeout', 2 => 'Set the timer timeout', ), 'up' => array ( 0 => 'class.zmqdevice.php', 1 => 'ZMQDevice', ), 'prev' => array ( 0 => 'zmqdevice.settimercallback.php', 1 => 'ZMQDevice::setTimerCallback', ), 'next' => array ( 0 => 'book.zookeeper.php', 1 => 'ZooKeeper', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/zmq/zmqdevice/settimertimeout.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

ZMQDevice::setTimerTimeout

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

ZMQDevice::setTimerTimeoutSet the timer timeout

Beschreibung

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.

Parameter-Liste

timeout

The timer callback timeout value.

Rückgabewerte

On success this method returns the current object.