MQSERIES_PUT1(3) 1 MQSERIES_PUT1(3)
mqseries_put1 - MQSeries MQPUT1
SYNOPSIS
void mqseries_put1 (resource $hconn, resource &$objDesc, resource &$msgDesc, resource &$pmo, string $buffer, resource &$compCode,
resource &$reason)
DESCRIPTION
The mqseries_put1(3) (MQPUT1) call puts one message on a queue. The queue need not be open.
PARAMETERS
o $hConn
-Connection handle.This handle represents the connection to the queue manager.
o $objDesc
-Object descriptor. (MQOD) This is a structure which identifies the queue to which the message is added.
o $msgDesc
-Message descriptor (MQMD).
o $pmo
-Put message options (MQPMO).
o $compCode
-Completion code.
o $reason
-Reason code qualifying the compCode.
RETURN VALUES
No value is returned.
SEE ALSO
mqseries_conn(3), mqseries_connx(3), mqseries_open(3), mqseries_get(3).
PHP Documentation Group MQSERIES_PUT1(3)