函式:ifx_errormsg()


ifx_errormsg

取得 Informix 最后错误讯息。

语法: string ifx_errormsg(int [errorcode]);

传回值: 字串

函式种类: 资料库功能

内容说明

本函式用来取得 Informix 资料库最后的错误讯息字串。参数 errorcode 代表错误代码。

使用范例

本例为部份程式

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

参考

ifx_error()  


[ 上一页 下一页 ]