ZMQSocket::getEndpoints

(PECL zmq >= 0.5.0)

ZMQSocket::getEndpointsGet list of endpoints

Açıklama

publicZMQSocket::getEndpoints(): array

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

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

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

To Top