(PECL mqseries >= 0.10.0)
mqseries_set — MQSeries MQSET
$hConn
,$hObj
,$selectorCount
,$selectors
,$intAttrCount
,$intAttrs
,$charAttrLength
,$charAttrs
,&$compCode
,&$reason
mqseries_set() (MQSET) 调用用于更改由句柄表示的对象的属性。该对象必须是队列。
hConn
连接句柄。
此句柄表示与队列管理器的连接。
hObj
对象句柄。
此句柄表示要使用的对象。
selectorCount
选择器计数。
selectors
属性选择器数组。
intAttrCount
整数属性计数。
intAttrs
整数属性数组。
charAttrLength
字符属性缓冲区的长度。
charAttrs
字符属性。
compCode
完成代码。
reason
限定 compCode 的原因代码。
不返回值。