|
PHP5中文手册
ibase_blob_get(PHP 4, PHP 5) ibase_blob_get — Get len bytes data from open blob 说明
string ibase_blob_get
( resource $blob_handle
, int $len
)
This function returns at most len bytes from a BLOB that has been opened for reading by ibase_blob_open().
返回值Returns at most len bytes from the BLOB, or FALSE on failure. 范例
Example#1 ibase_blob_get() example
<?php |