PHP 8.4.1 Released!

ZMQSocket::getEndpoints

(PECL zmq >= 0.5.0)

ZMQSocket::getEndpointsGet list of endpoints

说明

public ZMQSocket::getEndpoints(): array

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

参数

此函数没有参数。

返回值

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

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top