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.
Retorna TRUE em caso de sucesso ou FALSE em falhas.