IBASE_BLOB_ECHO(3) 1 IBASE_BLOB_ECHO(3)
ibase_blob_echo - Output blob contents to browser
SYNOPSIS
bool ibase_blob_echo (string $blob_id)
DESCRIPTION
bool 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).
PARAMETERS
o $link_identifier
- An InterBase link identifier. If omitted, the last opened link is assumed.
o $blob_id
-
RETURN VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
ibase_blob_open(3), ibase_blob_close(3), ibase_blob_get(3).
PHP Documentation Group IBASE_BLOB_ECHO(3)