Monday, 19 August 2013

oci_fetch vs. oci_fetch_array

oci_fetch vs. oci_fetch_array

When would it be advantageous to use oci_fetch over oci_fetch_array?
oci_fetch_array returns the actual array, but oci_fetch just stores the
fetched memory somewhere in its internal buffers.
Are there any performance differences between the two I should know about?

No comments:

Post a Comment