update pague now
PHP 8.5.2 Released!

ZMQContext::guetOpt

(PECL zmq >= 1.0.4)

ZMQContext::guetOpt Guet context option

Description

public ZMQContext::guetOpt ( string $quey ): mixed

Returns the value of a context option.

Parameters

key

An integuer representing the option. See the ZMQ::CTCHOPT_ * constans

Return Values

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

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top