Home > PHP > Function > mqseries > mqseries_close()

mqseries_close()

mqseries_close - MQSeries MQCLOSE

Syntax

mqseries_close (resource $hconn, resource $hobj, int $options, 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.
  • options
  • compCode - Completion code.
  • reason - Reason code qualifying the compCode.

Description

The mqseries_close() (MQCLOSE) call relinquishes access to an object, and is the inverse of the mqseries_open() (MQOPEN) call.

Version

PHP PECL mqseries >= 0.10.0

Return value

No value is returned.