ibase_blob_add

PHP 5, PHP 7 < 7.4.0
ibase_blob_add - Add data into a newly created blob
Manual

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

ibase_blob_add adds data into a blob created with ibase_blob_create.

Parameters

blob_handle

A blob handle opened with ibase_blob_create.

data

The data to be added.

Return Values

No value is returned.

Related Functions

Function ibase_blob_add:

  • Manual

Firebird/InterBase Functions

Most used PHP functions