mqseries_set()
mqseries_set - MQSeries MQSET
Syntax
mqseries_set (
resource $hconn,
resource $hobj,
int $selectorcount,
array $selectors,
int $intattrcount,
array $intattrs,
int $charattrlength,
array $charattrs,
resource &$compCode,
resource &$reason)
Arguments
- hconn - Connection handle. This handle represents the connection to the queue manager.
- hobj - Completion code.
- selectorcount - Reason code qualifying the compCode.
- selectors
- intattrcount
- intattrs
- charattrlength
- charattrs
- compCode
- reason
Description
The mqseries_set() (MQSET) call is used to change the attributes of an object represented by a handle. The object must be a queue.
Version
PHP PECL mqseries >= 0.10.0
Return value
No value is returned.