OCI-Lob::free

(No version information available, might only be in Git)

OCI-Lob::freeLibera los recursos asociados con el descriptor del LOB

Descripción

OCI-Lob::free(): bool

Libera los recursos asociados con el descriptor, previamente asignados con oci_new_descriptor().

Valores devueltos

Devuelve true en caso de éxito o false en caso de error.

add a note add a note

User Contributed Notes 1 note

up
0
sixd at php dot net
15 years ago
Use this to free the "temporary lobs" that get created when a query returns a LOB descriptor.  See ext/oci8/tests/bug43497.phpt for more information.
To Top