OCI8 Funciones
PHP Manual

oci_cancel

(PHP 5, PECL OCI8 >= 1.1.0)

oci_cancelCancels reading from cursor

Descripción

bool oci_cancel ( resource $statement )

Invalidates a cursor, freeing all associated resources and cancels the ability to read from it.

Parámetros

statement

An OCI statement.

Valores devueltos

Devuelve TRUE en caso de éxito o FALSE en caso de error.


OCI8 Funciones
PHP Manual