(PHP 5, PHP 7)
Cancel creating blob
bool ibase_blob_cancel ( resource $blob_handle )
This function will discard a BLOB if it has not yet been closed by ibase_blob_close().
Parameters:
blob_handle
A BLOB handle opened with ibase_blob_create().
Returns:
Returns TRUE
on success or FALSE
on failure.
See also:
Please login to continue.