ZMQSocket::recvMulti

(PECL zmq >= 0.8.0)
Receives a multipart message
public string ZMQSocket::recvMulti ([ integer $mode = 0 ] )

Receive an array multipart message from a socket. By default receiving will block until a message is available unless ZMQ::MODE_NOBLOCK flag is used.

Parameters:
mode

Pass mode flags to receive multipart messages or non-blocking operation. See ZMQ::MODE_* constants.

Returns:

Returns the array of message parts. Throws ZMQSocketException in error. If ZMQ::MODE_NOBLOCK is used and the operation would block boolean false shall be returned.

doc_php
2016-02-24 16:10:34
Comments
Leave a Comment

Please login to continue.