|
mqseries_disc(PECL mqseries >= 0.10.0) mqseries_disc — MQSeries MQDISC Описание
void mqseries_disc
( resource $hconn
, resource &$compCode
, resource &$reason
)
The mqseries_disc() (MQDISC) call breaks the connection between the queue manager and the application program, and is the inverse of the mqseries_conn() (MQCONN) or mqseries_connx() (MQCONNX) call. Список параметров
Возвращаемые значенияЭта функция не возвращает значения после выполнения. Примеры
Пример #1 mqseries_disc() example
<?php |
|