oci_fetch
(no version information, might be only in CVS)
oci_fetch -- Fetches the next row into result-buffer
Description
bool
oci_fetch ( resource statement)
oci_fetch() fetches the next row (for SELECT
statements) into the internal result-buffer.
Returns TRUE on success or FALSE on failure.