ZMQDevice::getIdleTimeout
PHP Manual
PHP Manual»ZMQDevice»ZMQDevice::getIdleTimeout

ZMQDevice::getIdleTimeout

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

ZMQDevice::getIdleTimeoutGet the idle timeout

Açıklama

public function ZMQDevice::getIdleTimeout(): ZMQDevice

Gets the idle 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 idle callback timeout value.

To Top