ZMQSocket::getEndpoints

(PECL zmq >= 0.5.0)

ZMQSocket::getEndpointsGet list of endpoints

Opis

public ZMQSocket::getEndpoints ( void ) : array

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

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

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

add a note add a note

User Contributed Notes

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