ibase_blob_open()
ibase_blob_open - Open blob for retrieving data parts
Syntax
resource ibase_blob_open (
resource $link_identifier,
string $blob_id,
string $blob_id,
resource $link_identifier,
string $blob_id,
string $blob_id)
Arguments
- link_identifier - An InterBase link identifier. If omitted, the last opened link is assumed.
- blob_id - A BLOB id.
- blob_id
- link_identifier - An InterBase link identifier. If omitted, the last opened link is assumed.
- blob_id - A BLOB id.
- blob_id
Description
Opens an existing BLOB for reading.
Version
PHP 4, 5
Return value
Returns a BLOB handle for later use with ibase_blob_get() or FALSE on failure.