ibase_blob_add

(PHP 5, PHP 7)

ibase_blob_addAdd data into a newly created blob

Beschreibung

ibase_blob_add ( resource $blob_handle , string $data ) : void

ibase_blob_add() adds data into a blob created with ibase_blob_create().

Parameter-Liste

blob_handle

A blob handle opened with ibase_blob_create().

data

The data to be added.

Rückgabewerte

Es wird kein Wert zurückgegeben.

Siehe auch