Query: ibase_blob_open
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
IBASE_BLOB_OPEN(3) 1 IBASE_BLOB_OPEN(3) ibase_blob_open - Open blob for retrieving data partsSYNOPSISresource ibase_blob_open (resource $link_identifier, string $blob_id)DESCRIPTIONresource ibase_blob_open (string $blob_id) Opens an existing BLOB for reading.PARAMETERSo $link_identifier - An InterBase link identifier. If omitted, the last opened link is assumed. o $blob_id - A BLOB id.RETURN VALUESReturns a BLOB handle for later use with ibase_blob_get(3) or FALSE on failure.SEE ALSOibase_blob_close(3), ibase_blob_echo(3), ibase_blob_get(3). PHP Documentation Group IBASE_BLOB_OPEN(3)