ZMQSocket::setSockOpt

(PECL zmq >= 0.5.0)

ZMQSocket::setSockOptSet a socket option

Açıklama

publicZMQSocket::setSockOpt(int$key, mixed$value): ZMQSocket

Sets a ZMQ socket option. The type of the value depends on the key. See ZMQ Constant Types for more information.

Bağımsız Değişkenler

key

One of the ZMQ::SOCKOPT_* constants.

value

The value of the parameter.

Dönen Değerler

Returns the current object. Throws ZMQSocketException on error.

To Top