Forum und email

ibase_blob_add

(PHP 4, PHP 5)

ibase_blob_add — Add data into a newly created blob

Beschreibung

void ibase_blob_add ( resource $blob_handle , string $data )

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.