ibase_blob_cancel

(PHP 4, PHP 5)

ibase_blob_cancelCancel creating blob

Beskrivelse

bool ibase_blob_cancel ( resource $blob_handle )

This function will discard a BLOB if it has not yet been closed by ibase_blob_close().

Parametre

blob_handle

A BLOB handle opened with ibase_blob_create().

Returnerings Værdier

Returns TRUE on success or FALSE on failure.

Se også

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top