mqseries_connxMQSeries MQCONNX Beschreibung
void mqseries_connx
( string
$qManagerName
, array &$connOptions
, resource &$hconn
, resource &$compCode
, resource &$reason
)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. The mqseries_connx call is like the mqseries_conn (MQCONN) call, except that MQCONNX allows options to be specified to control the way that the call works. Parameter-Liste
RückgabewerteEs wird kein Wert zurückgegeben. Beispiele
Beispiel #1 mqseries_connx example
<?phpBeispiel #2 mqseries_connx example using SSL connection & OCSP Responder URL
<?phpSiehe auch
|