ibase_blob_open
(PHP 5, PHP 7 < 7.4.0)
ibase_blob_open — データの一部を取得するために blob をオープンする
説明
既存の BLOB を読み込み用にオープンします。
パラメータ
link_identifier
-
InterBase リンク ID。省略した場合は、 最後にオープンしたリンクを使用します。
blob_id
-
BLOB の ID。
戻り値
後で ibase_blob_get() とともに使用する
BLOB ハンドルを返します。失敗した場合に false
を返します。
参考
- ibase_blob_close() - blob を閉じる
- ibase_blob_echo() - ブラウザに blob の内容を出力する
- ibase_blob_get() - オープンした blob から len バイト分のデータを取得する
+add a note
User Contributed Notes
There are no user contributed notes for this page.