Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16164 программиста и 1779 роботов. Сейчас ищут 1785 программистов ...
mqseries_put1 - MQSeries MQPUT1
Вернуться к: mqseries Функции
mqseries_put1
(PECL mqseries >= 0.10.0)
mqseries_put1 — MQSeries MQPUT1
Описание
void mqseries_put1
( resource
$hconn
, resource &$objDesc
, resource &$msgDesc
, resource &$pmo
, string $buffer
, resource &$compCode
, resource &$reason
)The mqseries_put1() (MQPUT1) call puts one message on a queue. The queue need not be open.
Список параметров
-
hConn
-
Connection handle.
This handle represents the connection to the queue manager.
-
objDesc
-
Object descriptor. (MQOD)
This is a structure which identifies the queue to which the message is added.
-
msgDesc
-
Message descriptor (MQMD).
-
pmo
-
Put message options (MQPMO).
-
compCode
-
Completion code.
-
reason
-
Reason code qualifying the compCode.
Возвращаемые значения
Эта функция не возвращает значения после выполнения.
Смотрите также
- mqseries_conn() - MQSeries MQCONN
- mqseries_connx() - MQSeries MQCONNX
- mqseries_open() - MQSeries MQOPEN
- mqseries_get() - MQSeries MQGET
Вернуться к: mqseries Функции