PHP.nl

mqseries_set

mqseries_set

MQSeries MQSET

void **mqseries_set** resource $hConn resource $hObj int $selectorCount array $selectors int $intAttrCount array $intAttrs int $charAttrLength array $charAttrs resource $compCode resource $reason

The (MQSET) call is used to change the attributes of an object represented by a handle. The object must be a queue. mqseries_set

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.void

mqseries_inq