ibase_blob_open

(PHP 5, PHP 7)
Open blob for retrieving data parts
resource ibase_blob_open ( resource $link_identifier, string $blob_id )
resource ibase_blob_open ( string $blob_id )

Opens an existing BLOB for reading.

Parameters:
link_identifier

An InterBase link identifier. If omitted, the last opened link is assumed.

blob_id

A BLOB id.

Returns:

Returns a BLOB handle for later use with ibase_blob_get() or FALSE on failure.

See also:

ibase_blob_close() -

ibase_blob_echo() -

ibase_blob_get() -

doc_php
2016-02-24 16:16:23
Comments
Leave a Comment

Please login to continue.