ibase_blob_info
ibase_blob_info
(PHP 5, PHP 7)
ibase_blob_info - 返回blob长度和其他有用的信息
描述
array ibase_blob_info ( resource $link_identifier , string $blob_id )
array ibase_blob_info ( string $blob_id )
返回BLOB长度和其他有用的信息。
参数
link_identifier
一个InterBase链接标识符。如果省略,则假定上次打开的链接。
blob_id
BLOB ID。
返回值
返回包含有关BLOB的信息的数组。返回的信息包括BLOB的长度,它包含的段的数量,最大段的大小,以及它是流BLOB还是分段BLOB。
← ibase_blob_import
ibase_blob_open →