PHP Conference Kansai 2025

ibase_blob_info

(PHP 5, PHP 7 < 7.4.0)

ibase_blob_infoDevuelve el tamaño de un BLOB iBase y otra información útil

Descripción

ibase_blob_info(resource $link_identifier, string $blob_id): array
ibase_blob_info(string $blob_id): array

Devuelve el tamaño de un BLOB iBase y otra información útil.

Parámetros

link_identifier

Un identificador de conexión a InterBase. Si se omite, se utilizará la última conexión abierta.

blob_id

El identificador del BLOB.

Valores devueltos

Devuelve un array que contiene información sobre el BLOB blob_id. La información incluye el tamaño del BLOB, el número de segmentos que contiene, el tamaño del segmento más grande y si se trata de un BLOB stream o segmentado.

add a note

User Contributed Notes

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