函数:ifx_errormsg()


ifx_errormsg

取得 Informix 最后错误信息。

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

返回值: 字符串

函数种类: 数据库功能

内容说明

本函数用来取得 Informix 数据库最后的错误信息字符串。参数 errorcode 代表错误代码。

使用范例

本例为部份程序

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

参考

ifx_error()  



[ 上一页 PHP 手册 下一页 ]



PHP 首页 | PHP 导读 | PHP 函数库 | PHP 函数索引 | PHP 范例程序