ibase_blob_echo
(PHP 5, PHP 7 < 7.4.0)
ibase_blob_echo — ブラウザに blob の内容を出力する
説明
この関数は読み込み用に BLOB をオープンし、直接その内容を標準出力 (たいていの場合はブラウザ) に送信します。
パラメータ
link_identifier
-
InterBase リンク ID。省略した場合は、 最後にオープンしたリンクを使用します。
blob_id
-
参考
- ibase_blob_open() - データの一部を取得するために blob をオープンする
- ibase_blob_close() - blob を閉じる
- ibase_blob_get() - オープンした blob から len バイト分のデータを取得する
+add a note
User Contributed Notes
There are no user contributed notes for this page.