取得 Informix 最后错误信息。
语法: string ifx_errormsg(int [errorcode]);
返回值: 字符串
函数种类: 数据库功能
本函数用来取得 Informix 数据库最后的错误信息字符串。参数 errorcode 代表错误代码。
本例为部份程序<?phpprintf("%s\n<br>", ifx_errormsg(-201));?>
ifx_error()