ocifetch

(PHP 3 >= 3.0.4, PHP 4, PHP 5)

ocifetch -- oci_fetch() 的别名

说明

本函数是该函数的别名:oci_fetch()


add a note add a note User Contributed Notes
mlong-php at mlong dot us
28-Aug-2002 06:17
Use this with OCIResult().  Though you may find OCIFetchInto to be faster than the combination of OCIFetch and OCIResult.