mqseries_connx()
mqseries_connx - MQSeries MQCONNX
Syntax
mqseries_connx (
string $qManagerName,
array &$connOptions,
resource &$hconn,
resource &$compCode,
resource &$reason)
Arguments
- qManagerName - Name of queue manager. Name of the queue manager the application wishes to connect.
- connOptions - Options that control the action of function See also the MQCNO structure.
- hconn - Connection handle. This handle represents the connection to the queue manager.
- compCode - Completion code.
- reason - Reason code qualifying the compCode.
Description
The mqseries_connx() (MQCONNX) call connects an application program to a queue manager. It provides a queue manager connection handle, which is used by the application on subsequent MQ calls.
Version
PHP PECL mqseries >= 0.10.0
Return value
No value is returned.