(3.0.4 - 3.0.18 only, PHP 4 >= 4.0.0)
string ifx_errormsg (int [errorcode])
string ifx_errormsg
直近の Informix エラーに関する Informix エラーメッセージ、または、 オプションの "errorcode" パラメータが指定された 場合、"errorcode" に対応するエラーメッセージ が返されます。
ifx_error() も参照下さい。
printf("%s\n<br>", ifx_errormsg(-201));