   #PHP Manual InterBase functions ibase_blob_add ibase_blob_close

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                               ibase_blob_cancel

   (PHP 3>= 3.0.7, PHP 4 )
   ibase_blob_cancel --  Cancel creating blob

Description

   bool ibase_blob_cancel ( resource blob_handle)

   This function will discard a BLOB created by ibase_create_blob() if it
   has not yet been closed by ibase_blob_close(). Returns TRUE on success
   or FALSE on failure.

   See also ibase_blob_close(), ibase_blob_create() and
   ibase_blob_import().
   ______________________________________________________________________

   Prev           Home             Next
   ibase_blob_add  Up  ibase_blob_close
