reference/zmq/zmqsocket/sendmulti.xml
6d02e88d5378aadc10c25449fa843c791211fce3
...
...
@@ -10,9 +10,9 @@
10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
12
<methodsynopsis>
13
-
<modifier>public</modifier> <type>ZMQSocket</type><methodname>ZMQSocket::send</methodname>
13
+
<modifier>public</modifier> <type>ZMQSocket</type><methodname>ZMQSocket::sendmulti</methodname>
14
14
<methodparam><type>array</type><parameter>message</parameter></methodparam>
15
-
<methodparam choice="opt"><type>integer</type><parameter>mode</parameter><initializer>0</initializer></methodparam>
15
+
<methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer>0</initializer></methodparam>
16
16
</methodsynopsis>
17
17
<para>
18
18
Send a multipart message using the socket. The operation can block unless <constant>ZMQ::MODE_NOBLOCK</constant> is used.
19
19