ibase_blob_get
PHP 5, PHP 7 < 7.4.0
ibase_blob_get - Get len bytes data from open blob
Manual
ibase_blob_get(
resource$blob_handle,
int$len ): string
This function returns at most len bytes from a BLOB that has been opened for reading by ibase_blob_open.
Note:
It is not possible to read from a BLOB that has been opened for writing by ibase_blob_create.
Parameters
- blob_handle
-
A BLOB handle opened with ibase_blob_open.
- len
-
Size of returned data.
Return Values
Returns at most len bytes from the BLOB, or false on failure.