Javascript debugger
Website design
↑
Returns TRUE (a row was fetched) or FALSE (no more rows, or an
error occurred). If an error occurred, details can be retrieved
using the ora_error() and
ora_errorcode() functions. If there was no
error, ora_errorcode() will return 0.
When using oci8 as a replacement for the deprecated oracle extension, consider using:
| oci_fetch() |
| ora_parse() |
| ora_exec() |
| ora_do() |