ibase_blob_create

(PHP 5, PHP 7 < 7.4.0)

ibase_blob_createCrea un nuevo blob al que añadir datos

Descripción

ibase_blob_create(resource $link_identifier = null): resource

ibase_blob_create() crea un nuevo BLOB al que añadir datos.

Parámetros

link_identifier

Identificador de enlace a InterBase. Si se omite, se utilizará el último enlace que se haya abierto.

Valores devueltos

Devuelve un manejador BLOB para usar posteriormente con ibase_blob_add() o false en caso de error.

Ver también

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top