ZMQSocket::getEndpoints
PHP Manual
PHP Manual»ZMQSocket»ZMQSocket::getEndpoints

ZMQSocket::getEndpoints

(PECL zmq >= 0.5.0)

ZMQSocket::getEndpointsGet list of endpoints

Descrizione

public function ZMQSocket::getEndpoints(): array

Returns a list of endpoints where the socket is connected or bound to.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Returns an array containing elements 'bind' and 'connect'.

To Top