MQSERIES_SET(3) 1 MQSERIES_SET(3)
mqseries_set - MQSeries MQSET
SYNOPSIS
void mqseries_set (resource $hconn, resource $hobj, int $selectorcount, array $selectors, int $intattrcount, array $intattrs, int
$charattrlength, array $charattrs, resource &$compCode, resource &$reason)
DESCRIPTION
The mqseries_set(3) (MQSET) call is used to change the attributes of an object represented by a handle. The object must be a queue.
PARAMETERS
o $hConn
-Connection handle.This handle represents the connection to the queue manager.
o $compCode
-Completion code.
o $reason
-Reason code qualifying the compCode.
RETURN VALUES
No value is returned.
SEE ALSO
mqseries_inq(3).
PHP Documentation Group MQSERIES_SET(3)