Home > PHP > Function > Informix > ifx_errormsg()

ifx_errormsg()

ifx_errormsg - Returns error message of last Informix call

Syntax

string ifx_errormsg (int $errorcode)

Arguments

  • errorcode - If specified, the function will return the message corresponding to the specified code.

Description

Returns the Informix error message associated with the most recent Informix error.

Version

PHP 4, <=5.2.0

Return value

Return the error message, as a string.