Query: ibase_blob_close
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
IBASE_BLOB_CLOSE(3) 1 IBASE_BLOB_CLOSE(3) ibase_blob_close - Close blobSYNOPSISmixed ibase_blob_close (resource $blob_handle)DESCRIPTIONThis function closes a BLOB that has either been opened for reading by ibase_blob_open(3) or has been opened for writing by ibase_blob_create(3).PARAMETERSo $blob_handle - A BLOB handle opened with ibase_blob_create(3) or ibase_blob_open(3).RETURN VALUESIf the BLOB was being read, this function returns TRUE on success, if the BLOB was being written to, this function returns a string con- taining the BLOB id that has been assigned to it by the database. On failure, this function returns FALSE.SEE ALSOibase_blob_cancel(3), ibase_blob_open(3). PHP Documentation Group IBASE_BLOB_CLOSE(3)