PHP » GoLang |
login |
register |
about
|
GoLang mqseries_strerror
request it (309)
GoLang replacement for PHP's mqseries_strerror
[edit | history]
mqseries_strerror(PECL mqseries >= 0.10.0) mqseries_strerror — Returns the error message corresponding to a result code (MQRC) Description
string mqseries_strerror
( int
$reason
)mqseries_strerror() returns the message that correspond to the reason result code. Parameters
Return Valuesstring representation of the reason code message. Examples
Example #1 mqseries_strerror() example
<?php The above example will output: Connx CompCode:2 Reason:2059 Text:Queue manager not available for connection. |
more
Recently updated
more
Most requested
more
Last requests
|