略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: ZMQSocket::sendmulti

2024-04-27

ZMQSocket::sendmulti

(PECL zmq >= 0.8.0)

ZMQSocket::sendmultiSends a multipart message

说明

public ZMQSocket::sendmulti(array $message, int $mode = 0): ZMQSocket

Send a multipart message using the socket. The operation can block unless ZMQ::MODE_NOBLOCK is used.

参数

message

The message to send - an array of strings

mode

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

返回值

Returns the current object. Throws ZMQSocketException on error. If ZMQ::MODE_NOBLOCK is used and the operation would block bool false shall be returned.

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/zmqsocket.sendmulti.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3