mqseries_open
PECL mqseries >= 0.10.0
mqseries_open - MQSeries MQOPEN
Manual
mqseries_open(
resource$hconn,
arrayobjDesc ,
int$option,
resourcehobj ,
resourcecompCode ,
resourcereason
): void
resource$hconn,
array
int$option,
resource
resource
resource
): void
The mqseries_open (MQOPEN) call establishes access to an object.
Parameters
- hConn
-
Connection handle.
This handle represents the connection to the queue manager.
- objDesc
-
Object descriptor. (MQOD)
- options
-
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.
Return Values
No value is returned.