ibase_blob_import
PHP 5, PHP 7 < 7.4.0
ibase_blob_import - Create blob, copy file in it, and close it
Manual
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.