Query: ibase_blob_echo
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
IBASE_BLOB_ECHO(3) 1 IBASE_BLOB_ECHO(3) ibase_blob_echo - Output blob contents to browserSYNOPSISbool ibase_blob_echo (string $blob_id)DESCRIPTIONbool ibase_blob_echo (resource $link_identifier, string $blob_id) This function opens a BLOB for reading and sends its contents directly to standard output (the browser, in most cases).PARAMETERSo $link_identifier - An InterBase link identifier. If omitted, the last opened link is assumed. o $blob_id -RETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOibase_blob_open(3), ibase_blob_close(3), ibase_blob_get(3). PHP Documentation Group IBASE_BLOB_ECHO(3)