Google

NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.7">

ifx_errormsg

(PHP 3>= 3.0.4, PHP 4 )

ifx_errormsg -- 直近の Informix コールのエラーメッセージを返す

説明

string ifx_errormsg ( int [errorcode])

直近の Informix エラーに関する Informix エラーメッセージ、または、 オプションの "errorcode" パラメータが指定された 場合、"errorcode" に対応するエラーメッセージ が返されます。

ifx_error() も参照下さい。

printf("%s\n<br>", ifx_errormsg(-201));