GoLang ZMQContext::setOpt

request it (237)
GoLang replacement for PHP's ZMQContext::setOpt [edit | history]



Do you know a GoLang replacement for PHP's ZMQContext::setOpt? Write it!

PHP ZMQContext::setOpt

PHP original manual for ZMQContext::setOpt [ show | php.net ]

ZMQContext::setOpt

(PECL zmq >= 1.0.4)

ZMQContext::setOptSet a socket option

Description

public ZMQContext ZMQContext::setOpt ( int $key , mixed $value )

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

Parameters

key

One of the ZMQ::CTXOPT_* constants.

value

The value of the parameter.

Return Values

Returns the current object. Throws ZMQContextException on error.