GoLang mqseries_set

request it (258)
GoLang replacement for PHP's mqseries_set [edit | history]



Do you know a GoLang replacement for PHP's mqseries_set? Write it!

PHP mqseries_set

PHP original manual for mqseries_set [ show | php.net ]

mqseries_set

(PECL mqseries >= 0.10.0)

mqseries_setMQSeries MQSET

Description

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.

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.

Return Values

No value is returned.

See Also