📄 group.php-23.htm
字号:
<html>
<head>
<meta content="text/html; charset=gb2312" http-equiv=Content-Type>
<title>Informix 数据库函数库</title>
<style type="text/css">
a {text-decoration: none;color:#6666ff;}
a:hover {color:#ff0000;}
</style>
</head>
<body bgcolor=ffffff leftmargin=0 topmargin=0 marginheight=0 marginwidth=0>
<p>
<div align=center><table border=0 width=70%><tr>
<td valign=middle width=20><hr size=1 width=100%></td>
<td valign=middle nowrap><font color=e06060 size=+2><b>Informix 数据库函数库</b></font></td>
<td valign=middle width=100%><hr size=1 width=100%></td>
</tr></table></div><p>
<div align=center><table border=0 width=70%><tr><td>
<div align=right>本函数库共有 38 个函数</div><p><table border=0 cellpadding=12 cellspacing=0><tr><td bgcolor=e0e0ff>目前支持的 Informix 版本为 ODS 7.x、SE 7.x 与 Universal Server (IUS) 9.x 三种。在 ODS 7.x 的版本中,完全支持所有的资料类型,而在 IUS 9.x 中,不支持 SLOB 与 CLOB 二种类型。<p>
要在 Web Server 上安装 Informix Client 端,在编译 PHP 之前 (configure 之前),要先设好 IFX_LIBDIR、IFX_LIBS 及 IFX_INCDIR 三种环境变量,若是 9.x 版尚要配置 HAVE_IFX_IUS 环境变量。同时在配置时要加入 --with_informix=yes 的选项。
</td></tr></table><p>
<table border=0 width=100%><tr><td align=right valign=top><a href="function.php-ifx_connect.htm" alt="function.php?ifx_connect">ifx_connect</a>:</td><td valign=top>打开 Informix 服务器连接。</td></tr>
<tr><td align=right valign=top><a href="function.php-ifx_pconnect.htm" alt="function.php?ifx_pconnect">ifx_pconnect</a>:</td><td valign=top>打开 Informix 服务器持续连接。</td></tr>
<tr><td align=right valign=top><a href="function.php-ifx_close.htm" alt="function.php?ifx_close">ifx_close</a>:</td><td valign=top>关闭 Informix 服务器连接。</td></tr>
<tr><td align=right valign=top><a href="function.php-ifx_query.htm" alt="function.php?ifx_query">ifx_query</a>:</td><td valign=top>送出一个 query 字符串。</td></tr>
<tr><td align=right valign=top><a href="function.php-ifx_prepare.htm" alt="function.php?ifx_prepare">ifx_prepare</a>:</td><td valign=top>准备 query 字符串。</td></tr>
<tr><td align=right valign=top><a href="function.php-ifx_do.htm" alt="function.php?ifx_do">ifx_do</a>:</td><td valign=top>执行已准备 query 字符串。</td></tr>
<tr><td align=right valign=top><a href="function.php-ifx_error.htm" alt="function.php?ifx_error">ifx_error</a>:</td><td valign=top>取得 Informix 最后的错误。</td></tr>
<tr><td align=right valign=top><a href="function.php-ifx_errormsg.htm" alt="function.php?ifx_errormsg">ifx_errormsg</a>:</td><td valign=top>取得 Informix 最后错误信息。</td></tr>
<tr><td align=right valign=top><a href="function.php-ifx_affected_rows.htm" alt="function.php?ifx_affected_rows">ifx_affected_rows</a>:</td><td valign=top>得到 Informix 最后操作影响的列数目。</td></tr>
<tr><td align=right valign=top><a href="function.php-ifx_getsqlca.htm" alt="function.php?ifx_getsqlca">ifx_getsqlca</a>:</td><td valign=top>取得 query 后的 sqlca 信息。</td></tr>
<tr><td align=right valign=top><a href="function.php-ifx_fetch_row.htm" alt="function.php?ifx_fetch_row">ifx_fetch_row</a>:</td><td valign=top>返回单列的各字段。</td></tr>
<tr><td align=right valign=top><a href="function.php-ifx_htmltbl_result.htm" alt="function.php?ifx_htmltbl_result">ifx_htmltbl_result</a>:</td><td valign=top>将 query 返回资料转成 HTML 表格。</td></tr>
<tr><td align=right valign=top><a href="function.php-ifx_fieldtypes.htm" alt="function.php?ifx_fieldtypes">ifx_fieldtypes</a>:</td><td valign=top>列出 Informix 的 SQL 字段。</td></tr>
<tr><td align=right valign=top><a href="function.php-ifx_fieldproperties.htm" alt="function.php?ifx_fieldproperties">ifx_fieldproperties</a>:</td><td valign=top>列出 Informix 的 SQL 字段属性。</td></tr>
<tr><td align=right valign=top><a href="function.php-ifx_num_fields.htm" alt="function.php?ifx_num_fields">ifx_num_fields</a>:</td><td valign=top>取得返回字段的数目。</td></tr>
<tr><td align=right valign=top><a href="function.php-ifx_num_rows.htm" alt="function.php?ifx_num_rows">ifx_num_rows</a>:</td><td valign=top>取得返回列的数目。</td></tr>
<tr><td align=right valign=top><a href="function.php-ifx_free_result.htm" alt="function.php?ifx_free_result">ifx_free_result</a>:</td><td valign=top>释放返回占用内存。</td></tr>
<tr><td align=right valign=top><a href="function.php-ifx_create_char.htm" alt="function.php?ifx_create_char">ifx_create_char</a>:</td><td valign=top>建立字符类。</td></tr>
<tr><td align=right valign=top><a href="function.php-ifx_free_char.htm" alt="function.php?ifx_free_char">ifx_free_char</a>:</td><td valign=top>删除字符类。</td></tr>
<tr><td align=right valign=top><a href="function.php-ifx_update_char.htm" alt="function.php?ifx_update_char">ifx_update_char</a>:</td><td valign=top>更改字符类。</td></tr>
<tr><td align=right valign=top><a href="function.php-ifx_get_char.htm" alt="function.php?ifx_get_char">ifx_get_char</a>:</td><td valign=top>取得字符类。</td></tr>
<tr><td align=right valign=top><a href="function.php-ifx_create_blob.htm" alt="function.php?ifx_create_blob">ifx_create_blob</a>:</td><td valign=top>建立长位类。</td></tr>
<tr><td align=right valign=top><a href="function.php-ifx_copy_blob.htm" alt="function.php?ifx_copy_blob">ifx_copy_blob</a>:</td><td valign=top>复制长位类。</td></tr>
<tr><td align=right valign=top><a href="function.php-ifx_free_blob.htm" alt="function.php?ifx_free_blob">ifx_free_blob</a>:</td><td valign=top>删除长位类。</td></tr>
<tr><td align=right valign=top><a href="function.php-ifx_get_blob.htm" alt="function.php?ifx_get_blob">ifx_get_blob</a>:</td><td valign=top>取得长位类。</td></tr>
<tr><td align=right valign=top><a href="function.php-ifx_update_blob.htm" alt="function.php?ifx_update_blob">ifx_update_blob</a>:</td><td valign=top>更改长位类。</td></tr>
<tr><td align=right valign=top><a href="function.php-ifx_blobinfile_mode.htm" alt="function.php?ifx_blobinfile_mode">ifx_blobinfile_mode</a>:</td><td valign=top>配置长位类模式。</td></tr>
<tr><td align=right valign=top><a href="function.php-ifx_textasvarchar.htm" alt="function.php?ifx_textasvarchar">ifx_textasvarchar</a>:</td><td valign=top>配置文字模式默认值。</td></tr>
<tr><td align=right valign=top><a href="function.php-ifx_byteasvarchar.htm" alt="function.php?ifx_byteasvarchar">ifx_byteasvarchar</a>:</td><td valign=top>配置位组模式默认值。</td></tr>
<tr><td align=right valign=top><a href="function.php-ifx_nullformat.htm" alt="function.php?ifx_nullformat">ifx_nullformat</a>:</td><td valign=top>配置空字符模式默认值。</td></tr>
<tr><td align=right valign=top><a href="function.php-ifxus_create_slob.htm" alt="function.php?ifxus_create_slob">ifxus_create_slob</a>:</td><td valign=top>建立 slob 类。</td></tr>
<tr><td align=right valign=top><a href="function.php-ifx_free_slob.htm" alt="function.php?ifx_free_slob">ifx_free_slob</a>:</td><td valign=top>删除 slob 类。</td></tr>
<tr><td align=right valign=top><a href="function.php-ifxus_close_slob.htm" alt="function.php?ifxus_close_slob">ifxus_close_slob</a>:</td><td valign=top>删除 slob 类。</td></tr>
<tr><td align=right valign=top><a href="function.php-ifxus_open_slob.htm" alt="function.php?ifxus_open_slob">ifxus_open_slob</a>:</td><td valign=top>打开 slob 类。</td></tr>
<tr><td align=right valign=top><a href="function.php-ifxus_tell_slob.htm" alt="function.php?ifxus_tell_slob">ifxus_tell_slob</a>:</td><td valign=top>返回目前文件或找寻位置。</td></tr>
<tr><td align=right valign=top><a href="function.php-ifxus_seek_slob.htm" alt="function.php?ifxus_seek_slob">ifxus_seek_slob</a>:</td><td valign=top>配置目前文件或找寻位置。</td></tr>
<tr><td align=right valign=top><a href="function.php-ifxus_read_slob.htm" alt="function.php?ifxus_read_slob">ifxus_read_slob</a>:</td><td valign=top>读取指定数目的 slob 类。</td></tr>
<tr><td align=right valign=top><a href="function.php-ifxus_write_slob.htm" alt="function.php?ifxus_write_slob">ifxus_write_slob</a>:</td><td valign=top>将字符串写入 slob 类中。</td></tr>
</table><p><hr size=1><br>如果你对此手册有任何问题,请到下面网址提问: <a href="www.web745.com">WEB开发知识库</a> (<a href="http://www.web745.com">www.web745.com</a>)<p>
</td></tr></table></div>
<p>
<div align=center>
<table border=0>
<tr>
<td>[ <a href="group.php-22.htm" alt="group.php?22">上一页</a>
</td>
<td> <a href="group.php-24.htm" alt="group.php?24">下一页</a>
]</td>
</tr>
</table>
</div><p><br><br>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -