ZMQDevice::getTimerTimeout
PHP Manual
PHP Manual»ZMQDevice»ZMQDevice::getTimerTimeout

ZMQDevice::getTimerTimeout

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

ZMQDevice::getTimerTimeoutGet the timer timeout

Açıklama

public function ZMQDevice::getTimerTimeout(): ZMQDevice

Gets the timer callback timeout value. Added in ZMQ extension version 1.1.0.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

This method returns the timer timeout value.

To Top