Home > PHP > Function > mqseries > mqseries_inq()

mqseries_inq()

mqseries_inq - MQSeries MQINQ

Syntax

mqseries_inq (resource $hconn, resource $hobj, int $selectorCount, array $selectors, int $intAttrCount, resource &$intAttr, int $charAttrLength, resource &$charAttr, resource &$compCode, resource &$reason)

Arguments

  • 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.
  • intAttr - Array of integer attributes.
  • charAttrLength - Length of character attributes buffer.
  • charAttr - Character attributes.
  • compCode - Completion code.
  • reason - Reason code qualifying the compCode.

Description

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

Version

PHP PECL mqseries >= 0.10.0

Return value

No value is returned.