update : 2015.11.03
php.shukuma.com검색:
|
ZMQSocket::recv(PECL zmq >= 0.5.0) ZMQSocket::recv — Receives a message 설명
public string ZMQSocket::recv
([ integer
$mode = 0
] )
Receive a message from a socket. By default receiving will block until a message is available unless
인수
예제
Example #1 A send/recv example Non-blocking send / receive
<?php 위 예제의 출력 예시: Sending message - Unable to execute operation, retrying (4) Got response: This is a message 반환값
Returns the message. Throws ZMQSocketException in error.
If |