Home > PHP > Function > mqseries > mqseries_open()

mqseries_open()

mqseries_open - MQSeries MQOPEN

Syntax

mqseries_open (resource $hconn, array &$objDesc, int $option, resource &$hobj, resource &$compCode, resource &$reason)

Arguments

  • hconn - Connection handle. This handle represents the connection to the queue manager.
  • objDesc - Object descriptor. (MQOD)
  • option - Options that control the action of the function.
  • hobj - Object handle. This handle represents the object to be used.
  • compCode - Completion code.
  • reason - Reason code qualifying the compCode.

Description

The mqseries_open() (MQOPEN) call establishes access to an object.

Version

PHP PECL mqseries >= 0.10.0

Return value

No value is returned.