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
1
2
3
<?php
printf("%s\n<br>", ifx_errormsg(-201));
?>
See also:

ifx_error() -

doc_php
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.