The ZMQSocket class
(PECL zmq >= 0.5.0)
简介
类摘要
     
      class ZMQSocket
     
     {
    
    /* 方法 */
    
public __construct(
ZMQContext
int
string
callable
)
   }ZMQContext
$context,int
$type,string
$persistent_id = null,callable
$on_new_socket = null)
目录
- ZMQSocket::bind — Bind the socket
 - ZMQSocket::connect — Connect the socket
 - ZMQSocket::__construct — Construct a new ZMQSocket
 - ZMQSocket::disconnect — Disconnect a socket
 - ZMQSocket::getEndpoints — Get list of endpoints
 - ZMQSocket::getPersistentId — Get the persistent id
 - ZMQSocket::getSocketType — Get the socket type
 - ZMQSocket::getSockOpt — Get socket option
 - ZMQSocket::isPersistent — Whether the socket is persistent
 - ZMQSocket::recv — Receives a message
 - ZMQSocket::recvMulti — Receives a multipart message
 - ZMQSocket::send — Sends a message
 - ZMQSocket::sendmulti — Sends a multipart message
 - ZMQSocket::setSockOpt — Set a socket option
 - ZMQSocket::unbind — Unbind the socket
 
  +添加备注
  
 用户贡献的备注
此页面尚无用户贡献的备注。