ZMQSocket::getEndpoints

(PECL zmq >= 0.5.0)

ZMQSocket::getEndpointsGet list of endpoints

說明

public array ZMQSocket::getEndpoints ( void )

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

參數

此函式沒有參數。

回傳值

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