PHP 8.3.4 Released!

ibase_blob_info

(PHP 5, PHP 7 < 7.4.0)

ibase_blob_infoblob の長さと他の便利な情報を返す

説明

ibase_blob_info(resource $link_identifier, string $blob_id): array
ibase_blob_info(string $blob_id): array

BLOB の長さや他の便利な情報を返します。

パラメータ

link_identifier

InterBase リンク ID。省略した場合は、 最後にオープンしたリンクを使用します。

blob_id

BLOB の ID。

戻り値

BLOB についての情報を含む配列を返します。返される情報には BLOB の長さ・含んでいるセグメントの数・最大のセグメントのサイズ・ ストリーム BLOB とセグメント BLOB のどちらであるかなどがあります。

add a note

User Contributed Notes

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