ibase_blob_import

PHP 5, PHP 7 < 7.4.0
ibase_blob_import - Create blob, copy file in it, and close it
Manual
Code Examples

ibase_blob_import( resource$link_identifier, resource$file_handle ): string
stringibase_blob_import resourcefile_handle

Parameters

link_identifier

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

file_handle

The file handle is a handle returned by fopen.

Return Values

Returns the BLOB id on success, or false on error.

Related Functions

Example of ibase_blob_import

Show all examples for ibase_blob_import

PHP Version:


Function ibase_blob_import:

Firebird/InterBase Functions

Most used PHP functions