Php/docs/function.mqseries-set
mqseries_set
(PECL mqseries >= 0.10.0)
mqseries_set — MQSeries MQSET
Description
mqseries_set
( resource $hConn
, resource $hObj
, int $selectorCount
, array $selectors
, int $intAttrCount
, array $intAttrs
, int $charAttrLength
, array $charAttrs
, resource &$compCode
, resource &$reason
) : void
The mqseries_set() (MQSET) call is used to change the attributes of an object represented by a handle. The object must be a queue.
Parameters
hConnConnection handle.
This handle represents the connection to the queue manager.
hObjObject handle.
This handle represents the object to be used.
selectorCountCount of selectors.
selectorsArray of attribute selectors.
intAttrCountCount of integer attributes.
intAttrsArray of integer attributes.
charAttrLengthLength of character attributes buffer.
charAttrsCharacter attributes.
compCodeCompletion code.
reasonReason code qualifying the compCode.
Return Values
No value is returned.