mqseries_connxMQSeries MQCONNX 説明
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. パラメータ
戻り値値を返しません。 例
例1 mqseries_connx example
例2 mqseries_connx example using SSL connection & OCSP Responder URL
参考
|