oci_result说明mixed oci_result ( resource statement, mixed field )oci_result() 返回由 oci_fetch() 所取得的当前行中 field 字段的数据。oci_result() 对所有类型都返回字符串只除了抽象类型(ROWID,LOB 和 FILE)。oci_result() 在出错时返回 FALSE。 可以使用列序号(从 1 开始)或列名(大写)作为 col 的参数。
有关 OCI8 驱动程序执行的数据类型映射的细节,见驱动程序支持的数据类型。 参见 oci_fetch_array(),oci_fetch_assoc(),oci_fetch_object(),oci_fetch_row() 和 oci_fetch_all()。 | ||