PHP Conference Japan 2024

ibase_blob_info

(PHP 5, PHP 7 < 7.4.0)

ibase_blob_info傳回 BLOB 長度和其他實用資訊

描述

ibase_blob_info(資源 $link_identifier, 字串 $blob_id): 陣列
ibase_blob_info(字串 $blob_id): 陣列

傳回 BLOB 的長度和其他實用資訊。

參數

link_identifier

一個 InterBase 連線識別符。如果省略,則假設為最後開啟的連線。

blob_id

一個 BLOB id。

傳回值

傳回一個包含 BLOB 相關資訊的陣列。傳回的資訊包含 BLOB 的長度、它所包含的區段數、最大區段的大小,以及它是串流 BLOB 還是分段 BLOB。

新增註解

使用者貢獻的註解

此頁面沒有使用者貢獻的註解。
To Top