mqseries_inq

PECL mqseries >= 0.10.0
mqseries_inq - MQSeries MQINQ
Manual
Code Examples

mqseries_inq(
     resource$hconn,
     resource$hobj,
     int$selectorCount,
     array$selectors,
     int$intAttrCount,
     resourceintAttr,
     int$charAttrLength,
     resourcecharAttr,
     resourcecompCode,
     resourcereason
): void

The mqseries_inq (MQINQ) call returns an array of integers and a set of character strings containing the attributes of an object.

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.

intAttrLength

Count of integer attributes.

intAttr

Array of integer attributes.

charAttrLength

Length of character attributes buffer.

charAttr

Character attributes.

compCode

Completion code.

reason

Reason code qualifying the compCode.

Return Values

No value is returned.

Related Functions

Example of mqseries_inq

Show all examples for mqseries_inq

PHP Version:


Function mqseries_inq:

mqseries Functions

Most used PHP functions