Man Page: ibase_blob_cancel
Operating Environment: php
Section: 3
IBASE_BLOB_CANCEL(3) 1 IBASE_BLOB_CANCEL(3)
ibase_blob_cancel - Cancel creating blob
SYNOPSIS
bool ibase_blob_cancel (resource $blob_handle)
DESCRIPTION
This function will discard a BLOB if it has not yet been closed by ibase_blob_close(3).
PARAMETERS
o $blob_handle
- A BLOB handle opened with ibase_blob_create(3).
RETURN VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
ibase_blob_close(3), ibase_blob_create(3), ibase_blob_import(3).
PHP Documentation Group IBASE_BLOB_CANCEL(3)