- PHP 手册
- 函数参考
- 其它服务
- mqseries
- mqseries 函数
mqseries_set
(PECL mqseries >= 0.10.0)
mqseries_set — MQSeries MQSET
说明
mqseries_set(resource
$hConn
,resource
$hObj
,int
$selectorCount
,array
$selectors
,int
$intAttrCount
,array
$intAttrs
,int
$charAttrLength
,array
$charAttrs
,resource
&$compCode
,resource
&$reason
): void
The mqseries_set() (MQSET) call is used to change the attributes of an object represented by a handle. The object must be a queue.
参数
-
hConn
-
Connection handle.
This handle represents the connection to the queue manager.
-
hObj
-
Object handle.
This handle represents the object to be used.
-
selectorCount
-
Count of selectors.
-
selectors
-
Array of attribute selectors.
-
intAttrCount
-
Count of integer attributes.
-
intAttrs
-
Array of integer attributes.
-
charAttrLength
-
Length of character attributes buffer.
-
charAttrs
-
Character attributes.
-
compCode
-
Completion code.
-
reason
-
Reason code qualifying the compCode.
返回值
没有返回值。
参见
- mqseries_inq() - MQSeries MQINQ
User Contributed Notes
There are no user contributed notes for this page.官方地址:https://www.php.net/manual/en/function.mqseries-set.php