ifx_errormsg

(PHP 4, PHP <=5.2.0)
Returns error message of last Informix call
string ifx_errormsg ([ int $errorcode ] )

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

Parameters:
errorcode

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

Returns:

Return the error message, as a string.

Examples:
ifx_errormsg() example
<?php
printf("%s\n<br>", ifx_errormsg(-201));
?>

See also:

ifx_error() -

doc_php
2016-02-24 16:16:52
Comments
Leave a Comment

Please login to continue.