(PHP 5)
ibase_blob_import — Create un blob, copy il file al suo interno e lo chiude
$link_identifier
], resource $file_handle
)
Questa funzione crea un BLOB e vi inserisce un file intero, lo chiude e
restituisce l'id assegnato al BLOB. file_handle
รจ un puntatore
di file restituito da fopen(). La funzione restituisce FALSE
se si verifica un errore.
Vedere anche ibase_blob_add(), ibase_blob_cancel(), ibase_blob_close() e ibase_blob_create().