CUBRID_LOB2_CLOSE(3) 1 CUBRID_LOB2_CLOSE(3)
cubrid_lob2_close - Close LOB object.
SYNOPSIS
bool cubrid_lob2_close (resource $lob_identifier)
DESCRIPTION
The cubrid_lob2_close(3) function is used to close LOB object returned from cubrid_lob2_new(3) or got from the result set.
PARAMETERS
o $lob_identifier
-Lob identifier as a result of cubrid_lob2_new(3) or get from the result set.
RETURN VALUES
TRUE, on success.
FALSE, on failure.
SEE ALSO
cubrid_lob2_new(3).
PHP Documentation Group CUBRID_LOB2_CLOSE(3)