编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « ZMQSocket::setSockOpt
  • ZMQPoll »
  • PHP Manual
  • ZMQSocket
  • Unbind the socket

ZMQSocket::unbind

(PECL zmq >= 1.0.4)

ZMQSocket::unbind — Unbind the socket

说明

public ZMQSocket::unbind ( string $dsn ) : ZMQSocket

Unbind the socket from an endpoint. The endpoint is defined in format transport://address where transport is one of the following: inproc, ipc, tcp, pgm or epgm.

参数

dsn

The previously bound dsn, for example transport://address.

返回值

Returns the current object. Throws ZMQSocketException on error.

相关文章
php eventbufferevent connect buffer event s file descriptor to given address or unix socketphp eventutil returns the most recent socket errorphp eventutil returns numeric file descriptor of a socket or streamphp socket 函数 关闭套接字资源php socket 函数 calculate message buffer sizephp socket 函数 从已连接的socket接收数据php socket 函数 receives data from a socket whether or not it is connection orientedphp gearmanclient get current socket i/o activity timeout valuephp sockets socket 函数php swoole server send data to the remote socket in the blocking way.php zmqsocket bind the socketphp zmqsocket connect the socketphp zmqsocket disconnect a socketphp zmqsocket get list of endpointsphp zmqsocket get the persistent idphp zmqsocket get the socket typephp zmqsocket get socket optionphp zmqsocket whether the socket is persistentphp zmqsocket set a socket optionphp zmqsocket unbind the socket
关注编程学问公众号
编程学问网 湘ICP备20001732号