ZMQSOCKET(3) 1 ZMQSOCKET(3)
The ZMQSocket class
INTRODUCTION
CLASS SYNOPSIS
ZMQSocket
ZMQSocket
Methods
o public ZMQSocket ZMQSocket::bind (string $dsn, [boolean $force = false])
o public ZMQSocket ZMQSocket::connect (string $dsn, [boolean $force = false])
o
ZMQSocket::__construct (ZMQContext $context, int $type, [string $persistent_id = null], [callback $on_new_socket = null])
o public ZMQSocket ZMQSocket::disconnect (string $dsn)
o public array ZMQSocket::getEndpoints (void )
o public string ZMQSocket::getPersistentId (void )
o public integer ZMQSocket::getSocketType (void )
o public mixed ZMQSocket::getSockOpt (string $key)
o public boolean ZMQSocket::isPersistent (void )
o public string ZMQSocket::recv ([integer $mode])
o public string ZMQSocket::recvMulti ([integer $mode])
o public ZMQSocket ZMQSocket::send (string $message, [integer $mode])
o public ZMQSocket ZMQSocket::send (array $message, [integer $mode])
o public ZMQSocket ZMQSocket::setSockOpt (integer $key, mixed $value)
o public ZMQSocket ZMQSocket::unbind (string $dsn)
PHP Documentation Group ZMQSOCKET(3)