reference/zmq/zmqsocket/send.xml
be295015d068095fc92880baef4e47038646adbd
...
...
@@ -12,7 +12,7 @@
12
12
<methodsynopsis>
13
13
<modifier>public</modifier> <type>ZMQSocket</type><methodname>ZMQSocket::send</methodname>
14
14
<methodparam><type>string</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 message using the socket. The operation can block unless <constant>ZMQ::MODE_NOBLOCK</constant> is used.
19
19