mqseries_strerror
PECL mqseries >= 0.10.0
mqseries_strerror - Returns the error message corresponding to a result code (MQRC)
Manual
mqseries_strerror(
int$reason ): string
mqseries_strerror returns the message that correspond to the reason result code.
Parameters
- reason
-
Reason code qualifying the compCode.
Return Values
string representation of the reason code message.