ZMQSocket
PHP Manual

ZMQSocket::getSockOpt

(PECL zmq >= 0.5.0)

ZMQSocket::getSockOptGet socket option

Descrizione

public mixed ZMQSocket::getSockOpt ( string $key )

Returns the value of a socket option.

Elenco dei parametri

key

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

Valori restituiti

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


ZMQSocket
PHP Manual