Home > PHP > Function > Firebird/InterBase > ibase_blob_echo()

ibase_blob_echo()

ibase_blob_echo - Output blob contents to browser

Syntax

bool ibase_blob_echo (string $blob_id, resource $link_identifier, string $blob_id, string $blob_id, resource $link_identifier, string $blob_id)

Arguments

  • blob_id - An InterBase link identifier. If omitted, the last opened link is assumed.
  • link_identifier
  • blob_id
  • blob_id - An InterBase link identifier. If omitted, the last opened link is assumed.
  • link_identifier
  • blob_id

Description

This function opens a BLOB for reading and sends its contents directly to standard output (the browser, in most cases).

Version

PHP 4, 5

Return value

Returns TRUE on success or FALSE on failure.