mqseries_disc
(PECL mqseries >= 0.10.0)
mqseries_disc — MQSeries MQDISC
説明
mqseries_disc() (MQDISC) をコールすると、キューマネージャとアプリケーションプログラムとの間の接続を切断します。 mqseries_conn() (MQCONN) や mqseries_connx() (MQCONNX) の逆の意味です。
パラメータ
-
hConn
-
接続ハンドル。
このハンドルは、キューマネージャへの接続を表します。
-
compCode
-
完了コード。
-
reason
-
compCode の原因を表すコード。
戻り値
値を返しません。
例
例1 mqseries_disc() の例
<?php
mqseries_disc($conn, $comp_code, $reason);
if ($comp_code !== MQSERIES_MQCC_OK) {
printf("disc CompCode:%d Reason:%d Text:%s<br>\n", $comp_code, $reason, mqseries_strerror($reason));
}
?>
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google