ZMQSocket::getSockOpt
PHP Manual
PHP Manual»ZMQSocket»ZMQSocket::getSockOpt

ZMQSocket::getSockOpt

(PECL zmq >= 0.5.0)

ZMQSocket::getSockOptGet socket option

Açıklama

public function ZMQSocket::getSockOpt(string $key): mixed

Returns the value of a socket option.

Bağımsız Değişkenler

key

An integer representing the option. See the ZMQ::SOCKOPT_* constants.

Dönen Değerler

Returns either a string or an int depending on key. Throws ZMQSocketException on error.

To Top