Join our community in the tech forums for uncut technology discussion.
ocifetch
(PHP 3>= 3.0.4, PHP 4 , PHP 5) ocifetch -- Fetches the next row into result-buffer Descriptionbool ocifetch ( resource stmt )
ocifetch() fetches the next row (for SELECT
statements) into the internal result-buffer. Returns TRUE on success or FALSE on failure.
Note:
This function was renamed to oci_fetch()
after PHP >= 5.0.0. For downward compatibility
ocifetch() can also be used.
This is deprecated, however.
Join our community in the tech forums for uncut technology discussion.
|