PHP 8.3.4 Released!

ibase_blob_cancel

(PHP 5, PHP 7 < 7.4.0)

ibase_blob_cancelblob の生成を取り消す

説明

ibase_blob_cancel(resource $blob_handle): bool

この関数は、まだ ibase_blob_close() で閉じられていない場合に BLOB を捨てます。

パラメータ

blob_handle

ibase_blob_create() でオープンした blob ハンドル。

戻り値

成功した場合に true を、失敗した場合に false を返します。

参考

add a note

User Contributed Notes

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