PHP 4完全中文手册 我形我塑相册 家园常用软件下载 我形我塑相册活动专区 给我留言 我形我塑网站首页
我形我塑,网络相册,www.5x54.com 相册 相册 心情相册,少女相册 免费申请,我形我塑免费相册
 PHP 4 完全中文手册   http://www.5x54.com
 

 

输入待寻字符串
  <?php
  require("http://php.wilson.gs");  // 回首页
  echo "http://php.wilson.gs/bible/function.php : 函数:ifx_prepare()";


函数:ifx_prepare()


ifx_prepare

准备 query 字符串。

语法: int ifx_prepare(string query, int link_identifier, int [cursor_type], mixed blobidarray);

返回值: 整数

函数种类: 数据库功能

内容说明

本函数准备 query 字符串供 Informix 接着做相关的处理。若没有指定 link_identifier 参数,则程序会自动寻找最近打开的 ID。参数 cursor_type 可省略,其值有 IFX_SCROLL 与 IFX_HOLD 二种。若有 BLOB 的字段要加在 query 指令之中,可使用 blobidarray 参数,指定 BLOB 的代码。返回值可供 ifx_do() 使用。


[ 上一页 下一页 ]