chmpxpx_svr_receive
Receives a message
Description
function chmpxpx_svr_receive($handle_res, &$strbinary, int $timeout_ms = RCV_NO_WAIT, bool $no_giveup_rejoin = false) {}
Receives a message.
Parameters
- handle_res
- Specifies a chmpx handle
- strbinary
- Specifies received data variable by reference
- timeout_ms
- Specifies waiting time
- no_giveup_rejoin
- Specifies true if reconnect automatically with a chmpx server process
Return Values
Returns chmpx communication information handle on success or false on failure.
See Also
- ChmpxServer::receive - Receives a message