The ZMQSocket class
(No version information available, might only be in Git)
Class synopsis
ZMQSocket
{
public ZMQSocket bind
(
string $dsn
[,
boolean $force
= false
] )
public ZMQSocket connect
(
string $dsn
[,
boolean $force
= false
] )
public string recv
([
integer $mode
= 0
] )
public string recvMulti
([
integer $mode
= 0
] )
public ZMQSocket send
(
string $message
[,
integer $mode
= 0
] )
public ZMQSocket send
(
array $message
[,
integer $mode
= 0
] )
public ZMQSocket unbind
(
string $dsn
)
}
Table of Contents
User Contributed Notes
There are no user contributed notes for this page.