mqseries_set

(PECL mqseries >= 0.10.0)

mqseries_setMQSeries MQSET

Beskrivelse

void mqseries_set ( resource $hconn , resource $hobj , int $selectorcount , array $selectors , int $intattrcount , array $intattrs , int $charattrlength , array $charattrs , resource &$compCode , resource &$reason )

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

Parametre

hConn

Connection handle.

This handle represents the connection to the queue manager.

compCode

Completion code.

reason

Reason code qualifying the compCode.

Returnerings Værdier

No value is returned.

Se også

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top