Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 35686 программистов и 2457 роботов. Сейчас ищет 901 программист ...
Предопределенные константы
Вернуться к: mqseries
For each WebSphere MQ Constant there is a mqseries counterpart.
For definitions and usage see the WebSphere MQ Application Programming Guide and WebSphere MQ Application Programming Reference red books.
The name of the mqseries counterpart is made by appending the WebSphere MQ constant with MQSERIES_, for example the CompletionCode constants are:
| PHP Constant | MQ Constant |
|---|---|
| MQSERIES_MQCC_OK | MQCC_OK |
| MQSERIES_MQCC_WARNING | MQCC_WARNING |
| MQSERIES_MQCC_FAILED | MQCC_FAILED |
| MQSERIES_MQCC_UNKNOWN | MQCC_UNKNOWN |
Вернуться к: mqseries