mqseries_set

(PECL mqseries >= 0.10.0)
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 mqseries_set() (MQSET) call is used to change the attributes of an object represented by a handle. The object must be a queue.

Parameters:
hConn

Connection handle.

This handle represents the connection to the queue manager.

compCode

Completion code.

reason

Reason code qualifying the compCode.

Returns:

No value is returned.

See also:

mqseries_inq() -

doc_php
2016-02-24 16:09:40
Comments
Leave a Comment

Please login to continue.