oci_cancel
PHP function
Edit on GitHub ✎
(PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0)
Cancels reading from cursor
Description
oci_cancel(resource $statement): bool
Invalidates a cursor, freeing all associated resources and cancels the ability to read from it.
Parameters
statementAn OCI statement.
Return Values
Success