编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « 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 eventbuffer write contents of the buffer to a file or socketphp eventutil returns the most recent socket error numberphp apd 函数 echo to the debugging socketphp socket 函数 给套接字绑定名字php socket 函数 清除套接字或者最后的错误代码上的错误php socket 函数 关闭套接字资源php socket 函数 listens for a connection on a socketphp socket 函数 reads a maximum of length bytes from a socketphp socket 函数 从已连接的socket接收数据php socket 函数 return a string describing a socket errorphp socket 函数 write to a socketphp zmqsocket bind the socketphp zmqsocket connect the socketphp zmqsocket construct a new zmqsocketphp zmqsocket disconnect a socketphp 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号