PHP 8.3.4 Released!

Constantes pré-définies

Pour chaque constante WebSphere MQ Constant, il y a un équivalent mqseries.

Pour les définitions et utilisation, reportez-vous au "WebSphere MQ Application Programming Guide" et "WebSphere MQ Application Programming Reference red books".

Le nom des constantes mqseries est fait en préfixant le nom de la constante WebSphere MQ avec MQSERIES_. Par exemple, les constantes de CompletionCode sont :

mqseries constants
Constante PHP Constante MQ
MQSERIES_MQCC_OK MQCC_OK
MQSERIES_MQCC_WARNING MQCC_WARNING
MQSERIES_MQCC_FAILED MQCC_FAILED
MQSERIES_MQCC_UNKNOWN MQCC_UNKNOWN

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top