Query: ifx_errormsg
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
IFX_ERRORMSG(3) 1 IFX_ERRORMSG(3) ifx_errormsg - Returns error message of last Informix callSYNOPSISstring ifx_errormsg ([int $errorcode])DESCRIPTIONReturns the Informix error message associated with the most recent Informix error.PARAMETERSo $errorcode - If specified, the function will return the message corresponding to the specified code.RETURN VALUESReturn the error message, as a string.EXAMPLESExample #1 ifx_errormsg(3) example <?php printf("%s <br>", ifx_errormsg(-201)); ?>SEE ALSOifx_error(3). PHP Documentation Group IFX_ERRORMSG(3)