编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « 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 apd 函数 echo to the debugging socketphp ldap 函数 unbind from ldap directoryphp socket 函数 get information about addrinfophp socket 函数 get array with contents of getaddrinfo about the given hostnamephp socket 函数 import a streamphp socket 函数 returns the last error on the socketphp socket 函数 别名 socket set optionphp socket 函数 shuts down a socket for receiving sending or bothphp swoole 函数 write data to a socketphp gearmanclient set socket i/o activity timeoutphp zmqcontext set a socket optionphp 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号